@stackend/api
Version:
JS bindings to api.stackend.com
8 lines • 494 B
TypeScript
import { ListProductsRequest } from '../index';
export default function productListingQuery(req: ListProductsRequest): string;
export declare function createProductQuery(text: string | null | undefined, productTypes: Array<string> | undefined, tags: Array<string> | undefined, availableForSale: boolean): string;
export declare function addOrQuery(r: {
q: string;
and: boolean;
}, name: string, values: Array<string> | undefined): void;
//# sourceMappingURL=productListingQuery.d.ts.map