BARGS
    Preparing search index...

    Type Alias InferOptions<T>

    InferOptions: { [K in keyof T]: InferOption<T[K]> }

    Infer values type from an options schema.

    Type Parameters