Initial commit - Event Planner application
This commit is contained in:
5
node_modules/@nestjs/core/helpers/external-proxy.d.ts
generated
vendored
Normal file
5
node_modules/@nestjs/core/helpers/external-proxy.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ContextType } from '@nestjs/common/interfaces';
|
||||
import { ExternalExceptionsHandler } from '../exceptions/external-exceptions-handler';
|
||||
export declare class ExternalErrorProxy {
|
||||
createProxy<TContext extends string = ContextType>(targetCallback: (...args: any[]) => any, exceptionsHandler: ExternalExceptionsHandler, type?: TContext): (...args: any[]) => Promise<any>;
|
||||
}
|
||||
Reference in New Issue
Block a user