Files
rudder-js-sdk/src/generated/catalog.ts
T
rudder 3ab2d4a6cf
CI / check (push) Successful in 56s
Initial commit
2026-08-12 14:02:25 +03:00

14 lines
255 B
TypeScript

// 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[];
}