Type Alias SetAutomaticBillingData
SetAutomaticBillingData: {
requestBody: {
automatic_billing: boolean;
seats?: number;
};
workspace: string;
}
Type declaration
requestBody: {
automatic_billing: boolean;
seats?: number;
}
automatic_billing: boolean
Optional
seats?: number
workspace: string
automatic billing