Beignet API reference
    Preparing search index...

    Type Alias InferEnvShape<Shape>

    InferEnvShape: { [Key in keyof Shape]: InferOutput<Shape[Key]> }

    Infer the parsed output object for an env schema shape.

    Type Parameters