UNPKG

@symanticreative/vendure-admin-client

Version:

A TypeScript GraphQL client for Vendure Admin API to create custom dashboards

8 lines 274 B
// Export all models for easier imports export * from './auth.model'; export * from './product.model'; export * from './order.model'; export * from './customer.model'; export * from './settings.model'; export * from './common/filter.model'; //# sourceMappingURL=index.js.map