API reference / @evolu/common / Type / Id
Variable: Id
const Id: BrandType<
Type<"String", string, string, StringError, string, StringError>,
"Id",
RegexError<"Id">,
StringError
>;
Defined in: packages/common/src/Type.ts:1324
Id
Type.
Represents a unique identifier with exactly 21 characters, using NanoID's
standard format (A-Za-z0-9_-
).