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

    • Overview
  • Library

    • Getting started
    • Array
    • Result
    • Dependency injection
    • Resource management
    • Task
    • Type
      • Indexable
      • Properties
    • Conventions
    • Testing
  • Local-first

    • Getting started
    • Playgrounds
    • Examples
    • Owners
    • Relay
    • Migrations
    • Time travel
    • Indexes
    • Protocol
    • Privacy
    • FAQ
  • Other

    • Comparison
    • Showcase
    • Changelog

API reference › @evolu/common › Type › OptionalProperty

Defined in: packages/common/src/Type.ts:10253

An optional property used to construct an object Type.

Indexable

[key: symbol]:
  | true
| InferErrors<T>

Properties

[errorsSymbol]

readonly [errorsSymbol]: InferErrors<T>;

Defined in: packages/common/src/Type.ts:10255


type

readonly type: T;

Defined in: packages/common/src/Type.ts:10254

Markdown for LLMs

© 2026 Evolu

Follow us on GitHubFollow us on XJoin our Discord server