Documentation
    Preparing search index...
    inferRawObjectFromPropertySchemas: addQuestionMarksToNullableProperties<
        {
            [ParsedKey in keyof T as inferRawKey<ParsedKey, T[ParsedKey]>]: inferRawPropertySchema<
                T[ParsedKey],
            >
        },
    >

    Type Parameters