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
  • contact: ContactResponse
  • createdAt: string
  • createdBy: string
  • description: string
  • id: string
  • OptionallatestVersion?: VersionCatalogResponse
  • name: string
  • slug: string
  • OptionalstableVersion?: VersionCatalogResponse
  • status: "PENDING" | "ERROR" | "CREATED"
  • workspaceId: string