UNPKG

@kezios/forest-express-decorator

Version:
7 lines (6 loc) • 201 B
declare const Collection: (collectionName: string) => <T extends new (...args: any[]) => {}>(constructor: T) => { new (...args: any[]): { name: string; }; } & T; export { Collection };