node-env
    Preparing search index...

    Type Alias InferMappedShape<TShape>

    InferMappedShape: { [K in keyof TShape]: InferMappedField<TShape[K]> }

    Inferred output type from an env mapped shape.

    Type Parameters