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 |