WIP command-flow / query-flow / TypeAlias

QueryResultOf

Generic types:Q

No documentation has been provided.

Presentation

type QueryResultOf = Q extends Query<infer T> ? T : never;