UNPKG

vsf-lexascms

Version:

Official LexasCMS module for Vue Storefront (Next).

8 lines (7 loc) 200 B
declare type LexascmsContentItem = { type: string; id: string; [prop: string]: any; }; export declare type LexascmsContent = LexascmsContentItem | LexascmsContentItem[]; export {};