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

Type declaration