Initial commit - Event Planner application
This commit is contained in:
4
node_modules/@nestjs/common/utils/merge-with-values.util.d.ts
generated
vendored
Normal file
4
node_modules/@nestjs/common/utils/merge-with-values.util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export type Constructor<T> = new (...args: any[]) => T;
|
||||
export declare const MergeWithValues: <T extends Constructor<{}>>(data: {
|
||||
[param: string]: any;
|
||||
}) => (Metatype: T) => any;
|
||||
Reference in New Issue
Block a user