import { type ArraySchema } from "https://deno.land/x/valibot@v0.30.0/src/schemas/index.ts";
Array schema type.
Type Parameters
TItem extends BaseSchema
Properties
item: TItem
The array item schema.
message: ErrorMessage | undefined
The error message.