ListStackWorkflowResponse: {
    id: string;
    latestVersion?: GetStackWorkflowLatestVersionResponse;
    range?: string;
    slug: string;
    studio: GetStackWorkflowStudioResponse;
    target: "app" | "infra";
    type: "create" | "deploy" | "destroy" | "reusable" | "rollback" | "starter";
}

Type declaration