UNPKG

fireorm

Version:
11 lines (10 loc) 275 B
/** * Dummy class created with the sole purpose to be able to * check if other classes are instances of BaseFirestoreRepository. * Typescript is not capable to check instances of generics. * * @export * @class BaseRepository */ export declare class BaseRepository { }