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
- context: Context
Returns void