UNPKG

@shopware-ag/meteor-admin-sdk

Version:

The Meteor SDK for the Shopware Administration.

12 lines (11 loc) 200 B
declare global { namespace EntitySchema { interface Entities { product: { id: string; name: string; }; } } } export {};