API reference / @evolu/common / Evolu/Protocol / Base64Url256Variant
Type Alias: Base64Url256Variant
type Base64Url256Variant = Base64Url256 | Id | NanoId | OwnerId;
Defined in: packages/common/src/Evolu/Protocol.ts:1577
Union type for all variants of Base64Url strings with limited length. All these types use Base64Url alphabet and are < 256 characters.