• Blog
  • Changelog
  • Follow us on GitHubFollow us on XJoin our Discord server
  • Blog
  • GitHub
  • Releases
  • Getting started

    • Quickstart
  • Library

    • Result
    • Type
    • Dependency injection
    • Conventions
  • Local-first

    • Examples
    • Protocol
    • Relay
    • Owner
    • Indexes
    • Migrations
    • Patterns
    • Time travel
    • Privacy
    • FAQ
  • Other

    • API reference
    • Comparison
    • Showcase
    • Changelog

API reference / @evolu/common / Evolu/Protocol / Base64Url256Variant

Type Alias: Base64Url256Variant

type Base64Url256Variant = 
  | Base64Url256
  | Id
  | NanoId
  | OwnerId;

Defined in: packages/common/src/Evolu/Protocol.ts:1581

Union type for all variants of Base64Url strings with limited length. All these types use Base64Url alphabet and are < 256 characters.

Was this page helpful?

© Copyright 2025. All rights reserved.

Follow us on GitHubFollow us on XJoin our Discord server