Variable String1000Const

String1000: brand<filter<Schema<string & Brand<"String">, string, never>>, "String1000"> = ...

A string with a maximum length of 1000 characters.

import * as S from "@effect/schema/Schema";
import { String1000 } from "@evolu/react";

S.decode(String1000)(value);