ApiListDataResponse: {
    catalogVisible: boolean;
    contact: ContactResponse;
    createdAt: string;
    createdBy: string;
    description: string;
    executionId?: string;
    id: string;
    name: string;
    slug: string;
    stableVersion?: VersionCatalogResponse;
    status: "PENDING" | "ERROR" | "CREATED";
}

Type declaration

  • catalogVisible: boolean
  • contact: ContactResponse
  • createdAt: string
  • createdBy: string
  • description: string
  • OptionalexecutionId?: string
  • id: string
  • name: string
  • slug: string
  • OptionalstableVersion?: VersionCatalogResponse
  • status: "PENDING" | "ERROR" | "CREATED"