function voidTypeimport { voidType } from "https://deno.land/x/valibot@v0.5.0/src/schemas/voidType/index.ts"; voidType(error?: string): VoidSchemaCreates a void schema. Parametersoptionalerror: stringThe error message. ReturnsVoidSchemaA void schema.