UNPKG

202 BTypeScriptView Raw
1export interface ResolverMetadata {
2 name: string;
3 type: string;
4 methodName: string;
5 callback?: Function | Record<string, any>;
6}
7//# sourceMappingURL=resolver-metadata.interface.d.ts.map
\No newline at end of file