// Code generated by apigen. DO NOT EDIT. export interface CatalogItem { "name"?: string; "properties"?: { [key: string]: unknown }; "slug"?: string; "tags"?: string[]; } export interface ListCatalogItemsResponse { "items"?: CatalogItem[]; }