AccountWorkflowCreateRequest: {
    actionsAfter: WorkflowActionWithContextRequest[];
    actionsBefore: WorkflowActionWithContextRequest[];
    description: string;
    isDefault: boolean;
    name: string;
    stacksId: string[];
    type: "CREATE_API" | "CREATE_APP" | "CREATE_INFRA";
}

Type declaration