interface ListPromptsResponse {
    next?: CatalogSearch;
    results?: CatalogSearchResponseAsset[];
    total_rows?: number;
}

Properties

Catalog Search Model

total_rows?: number