UNPKG

@themachinarium/google-merchant-feed

Version:
8 lines (7 loc) 144 B
export namespace ProductDetail { export type Model = { sectionName: string; attributeName: string; attributeValue: string; }; }