Convenience alias for QueryOptions that derives ITS (index token subset) from a values-first captured config CC (e.g., your config literal type).
indexes
string
It also passes CC through the CF channel so page-key narrowing and other CF-aware typing applies consistently.
This is optional DX sugar; it does not change runtime behavior.
Convenience alias for QueryOptions that derives ITS (index token subset) from a values-first captured config CC (e.g., your config literal type).
indexes, ITS becomes the union of its keys.string.It also passes CC through the CF channel so page-key narrowing and other CF-aware typing applies consistently.
This is optional DX sugar; it does not change runtime behavior.