record Callablerecord<V, K>(defaultValue?: DefaultValue<Record<K, V>>): ObjectSchema<Record<K, V>>Create a schema that validates a value is an indexed object (implicit keys).Type parametersV = unknownK: PropertyKey = string
Create a schema that validates a value is an indexed object (implicit keys).