Type alias QueryOptions<TQuery>

QueryOptions<TQuery>: ChURIQuery extends ChURIQuery
    ? DefaultQueryOptions
    : CustomQueryOptions<TQuery>

Charged URI construction options specifying its query representation class.

Type Parameters

  • TQuery

Type Param

Custom query representation type.

Generated using TypeDoc