• 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

    • Indexes
    • Migrations
    • Patterns
    • Time travel
    • Examples
    • Privacy
  • Other

    • API reference
    • Comparison
    • Showcase
    • FAQ
    • Changelog

API reference / @evolu/common / Evolu/Internal / QueryRows

Type Alias: QueryRows<R>

type QueryRows<R> = ReadonlyArray<Readonly<Simplify<R>>>;

Defined in: packages/common/src/Evolu/Query.ts:97

Rows returned by a query.

Type Parameters

Type ParameterDefault type
R extends RowRow

Was this page helpful?

© Copyright 2025. All rights reserved.

Follow us on GitHubFollow us on XJoin our Discord server