GetWorkflowsByStudioResponse: {
    id: string;
    latestVersion?: GetWorkflowsByStudioLatestVersionDataResponse;
    slug: string;
    studio: GetWorkflowsByStudioDataResponse;
    type: "create" | "deploy" | "destroy" | "reusable" | "rollback" | "starter";
}

Type declaration