Documentation
    Preparing search index...

    Type Alias inferRawKey<ParsedKey, P>

    inferRawKey: P extends Property<infer Raw, any, any> ? Raw : ParsedKey

    Type Parameters

    • ParsedKey extends string | number | symbol
    • P extends Property<any, any, any> | Schema<any, any>