API 参考
    正在准备搜索索引...

    类型别名 NotAcceptedFields<TSchema, FieldType>

    NotAcceptedFields: {
        readonly [key in KeysOfOtherType<TSchema, FieldType>]?: never
    }

    It avoids using fields with not acceptable types

    类型参数

    • TSchema
    • FieldType