Interface CustomQueryOptions<TQuery>

Type Parameters

  • TQuery

Hierarchy

  • CustomQueryOptions

Properties

Properties

Query: (new (query) => TQuery)

Type declaration

    • new (query): TQuery
    • Constructor of URI query.

      Parameters

      • query: string

      Returns TQuery

Generated using TypeDoc