Documentation
    Preparing search index...
    inferParsedObjectFromPropertySchemas: addQuestionMarksToNullableProperties<
        { [K in keyof T]: inferParsedPropertySchema<T[K]> },
    >

    Type Parameters