UNPKG

@coko/server

Version:

Reusable server for use by Coko's projects

5 lines 342 B
import Identity from './identity.model'; declare const identitiesBasedOnUserIdsLoader: (userIds: any) => Promise<Identity[]>; declare const defaultIdentityBasedOnUserIdsLoader: (userIds: any) => Promise<Identity[]>; export { identitiesBasedOnUserIdsLoader, defaultIdentityBasedOnUserIdsLoader }; //# sourceMappingURL=identity.loaders.d.ts.map