ArraysMetaMetadata union for array-specific validation checks (minLength, maxLength, length, unique).
Source effect/SchemaRepresentation.ts:6036 lines
export type type ArraysMeta = anyMetadata union for array-specific validation checks (minLength, maxLength,
length, unique).
ArraysMeta = import SchemaSchema.declareAnnotations.type Schema.Annotations.BuiltInMetaDefinitions = /*unresolved*/ anyBuiltInMetaDefinitions[
| "isMinLength"
| "isMaxLength"
| "isLengthBetween"
| "isUnique"
]Referenced by 1 symbols