Const
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); Copy
import * as S from "@effect/schema/Schema"; import { String1000 } from "@evolu/react"; S.decode(String1000)(value);
A string with a maximum length of 1000 characters.