UNPKG

@shopware-ag/meteor-admin-sdk

Version:

The Meteor SDK for the Shopware Administration.

16 lines (15 loc) 297 B
declare global { namespace EntitySchema { interface Entities { product: { id: string; name: string; }; category: { id: string; name: string; }; } } } export {};