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
          • Parameters

            • err: any
            • result: any

            Returns void

      • context: Context

      Returns void

Generated using TypeDoc