UNPKG

@shopware-ag/meteor-admin-sdk

Version:

The Meteor SDK for the Shopware Administration.

3 lines (2 loc) 303 B
import { type RepositorySource, type SDKRepository } from '../repository-adapter'; export declare function getRepository<EntityName extends keyof EntitySchema.Entities>(entityName: EntityName, propRepositoryFactory?: (entityName: EntityName) => RepositorySource<EntityName>): SDKRepository<EntityName>;