Libraries
    Preparing search index...

    Type Alias EnvConfigNode

    EnvConfigNode: EnvField<any> | { readonly [key: string]: EnvConfigNode }

    A node in the config descriptor tree.

    • Leaf: an EnvField (created via env())
    • Branch: a plain object whose values are themselves EnvConfigNodes

    Schema builders without env() wrapping intentionally fail to satisfy this type, producing a compile-time error.