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

Type declaration