UNPKG

@gorgo/medusa-feed-yandex

Version:

A Medusa plugin that generates a product feed in YML (Yandex Market Language) format

14 lines (12 loc) 206 B
export interface Settings { name?: string company?: string url?: string platform?: string categories?: Category[] } export interface Category { id: string parentId?: string value: string }