Member Junction
    Preparing search index...

    Type Alias RealtimeAPIKeyResolver

    RealtimeAPIKeyResolver: (driverClass: string) => string | undefined

    Resolves a key for a DriverClass from the environment. Injectable so callers that already own a key-resolution seam (and their tests) can substitute one without reaching into the environment.

    Type Declaration

      • (driverClass: string): string | undefined
      • Parameters

        • driverClass: string

        Returns string | undefined