Type Alias StacksByAccountWithWorkflowResponseWorkflow
StacksByAccountWithWorkflowResponseWorkflow: {
id: string;
isDefault: boolean;
name: string;
type: "CREATE_APP" | "CREATE_INFRA" | "CREATE_API";
}
Type declaration
id: string
isDefault: boolean
name: string
type: "CREATE_APP" | "CREATE_INFRA" | "CREATE_API"