UNPKG

@themachinarium/google-merchant-feed

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