OcapiProductSearchResult
export type OcapiProductSearchResult = ProductSearchResult & {
limit: never;
offset: never;
start: number;
count: number;
next?: string;
previous?: string;
};Referenced Types
ProductSearchResult
export type OcapiProductSearchResult = ProductSearchResult & {
limit: never;
offset: never;
start: number;
count: number;
next?: string;
previous?: string;
};ProductSearchResult