4 lines
208 B
TypeScript
4 lines
208 B
TypeScript
import type { Database } from '..';
|
|
import type { Repository } from './types';
|
|
export declare const createRepository: (uid: string, db: Database) => Repository;
|
|
//# sourceMappingURL=entity-repository.d.ts.map
|