UNPKG

@themachinarium/google-merchant-feed

Version:
9 lines (7 loc) 160 B
import { Product } from "./product"; export type Channel = { title?: string; link?: string; description?: string; item?: Record<string, Product>[]; };