hetzner-ts
    Preparing search index...
    interface CreatePlacementGroupParams {
        labels?: Record<string, string>;
        name: string;
        type: "spread";
    }
    Index

    Properties

    Properties

    labels?: Record<string, string>
    name: string
    type: "spread"