Type Alias CatalogListResponse
CatalogListResponse: { accountId: string; catalogVisible: boolean; contact: ContactResponse; createdAt: string; createdBy: string; description: string; id: string; latestVersion?: VersionCatalogResponse; name: string; slug: string; stableVersion?: VersionCatalogResponse; status: "PENDING" | "ERROR" | "CREATED"; workspaceId: string;} Type declaration
accountId: string
catalogVisible: boolean
createdAt: string
createdBy: string
description: string
id: string
name: string
slug: string
status: "PENDING" | "ERROR" | "CREATED"
workspaceId: string