• 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 / QueriesToQueryRows

Type Alias: QueriesToQueryRows<Q>

type QueriesToQueryRows<Q> = { [P in keyof Q]: Q[P] extends Query<infer R> ? QueryRows<R> : never };

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

Type Parameters

Type Parameter
Q extends Queries

Was this page helpful?

© Copyright 2025. All rights reserved.

Follow us on GitHubFollow us on XJoin our Discord server