data-cap
    Preparing search index...

    Type Alias InferFields<F>

    InferFields: { [K in keyof F]: InferFieldValue<F[K]> }

    Resolves the application-facing field-value type for an entire fields shape, key by key.

    Type Parameters