Type alias RefLookupFunction
RefLookupFunction: ((id: string, callback: ((err: any, result: any) => void), context: Context) => void)
Type declaration
-
- (id: string, callback: ((err: any, result: any) => void), context: Context): void
-
Parameters
-
id: string
-
callback: ((err: any, result: any) => void)
-
- (err: any, result: any): void
-
Returns void
-
context: Context
Returns void