UNPKG

@themachinarium/google-merchant-feed

Version:
8 lines (6 loc) 142 B
import { Channel } from "./channel"; import { Product } from "./product"; export type Feed = { channel: Channel; products: Product[]; };