export interface RetrieveProductRequest { /** * ID of the product. */ product: string; } //# sourceMappingURL=RetrieveProductRequest.d.ts.map