interface CreateClusterBody {
    channelId: string;
    generationId: string;
    name: string;
    planTypeId: string;
    regionId: string;
}

Properties

channelId: string
generationId: string
name: string
planTypeId: string
regionId: string

Generated using TypeDoc