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

Type declaration