Documentation
    Preparing search index...

    Type Alias inferObjectWithoutOptionalPropertiesSchemaFromPropertySchemas<T>

    inferObjectWithoutOptionalPropertiesSchemaFromPropertySchemas: ObjectSchema<
        inferRawObjectFromPropertySchemas<T>,
        inferParsedObjectWithoutOptionalPropertiesFromPropertySchemas<T>,
    >

    Type Parameters