AccountWorkflowResponse: {
    id: string;
    latestVersion: AccountWorkflowVersionResponse;
    slug: string;
    studio: AccountStudioResponse;
    type: "create" | "deploy" | "destroy" | "reusable" | "rollback" | "starter";
}

Type declaration