• 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

    • How It Works
    • Indexes
    • Migrations
    • Patterns
    • Time travel
    • Examples
  • Other

    • API Reference
    • Comparison
    • Showcase
    • FAQ
    • Changelog

API Reference / @evolu/common / Evolu/Internal / UpdateableProps

Type Alias: UpdateableProps<Props>

type UpdateableProps<Props> = { [K in keyof Props]: K extends "id" ? Props[K] : OptionalType<Props[K]> } & object;

Defined in: packages/common/src/Evolu/Schema.ts:366

Type declaration

NameTypeDefined in
isDeletedOptionalType<typeof SqliteBoolean>packages/common/src/Evolu/Schema.ts:368

Type Parameters

Type Parameter
Props extends Record<string, AnyType>

Was this page helpful?

© Copyright 2025. All rights reserved.

Follow us on GitHubFollow us on XJoin our Discord server