/** * Request types for product API * Manually implemented for type safety * Ready for manual editing and enhancements */ export interface ProductRequest { } //# sourceMappingURL=product.d.ts.map