Type Alias WorkflowAccountSettingsResponse
WorkflowAccountSettingsResponse: { description: string; isDefault: boolean; name: string; stacks: SimpleStackResponse[]; type: "CREATE_API" | "CREATE_APP" | "CREATE_INFRA";} Type declaration
description: string
isDefault: boolean
name: string
type: "CREATE_API" | "CREATE_APP" | "CREATE_INFRA"