API Reference / @evolu/common / Evolu/Internal / InferRow
Type Alias: InferRow<T>
type InferRow<T> = T extends Query<infer R> ? R : never;
Defined in: packages/common/src/Evolu/Query.ts:84
Type Parameters
Type Parameter |
---|
T extends Query |
API Reference / @evolu/common / Evolu/Internal / InferRow
type InferRow<T> = T extends Query<infer R> ? R : never;
Defined in: packages/common/src/Evolu/Query.ts:84
Type Parameter |
---|
T extends Query |