Represents a configuration object with a specified schema and remote prefix.

Type Parameters

Constructors

Methods

Constructors

Methods

  • Asynchronously retrieves the value of a property from the remote environment.

    Parameters

    • propName: keyof OmitByValueType<ExtractRemote<T>, null>

      The name of the property to retrieve.

    Returns Promise<any>

    • A promise that resolves to the value of the property.
  • Retrieves the value of a property from the environment variables or cache.

    Parameters

    • propName: keyof OmitByValueType<ExtractLocal<T>, null>

      The name of the property to retrieve.

    Returns any

    The value of the property.