Type Alias AccountWorkflowResponse
AccountWorkflowResponse: { actionsAfter: WorkflowActionResponse[]; actionsBefore: WorkflowActionResponse[]; description: string; isDefault: boolean; name: string; type?: "CREATE_API" | "CREATE_APP" | "CREATE_INFRA"; workflowId: string;} Type declaration
description: string
isDefault: boolean
name: string
Optionaltype?: "CREATE_API" | "CREATE_APP" | "CREATE_INFRA"
workflowId: string