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