Type alias Options<TMatrix>

Options<TMatrix>: ChURIMatrix extends TMatrix
    ? DefaultOptions
    : CustomOptions<TMatrix>

Options for charged URI route construction.

Type Parameters

Type Param

Route charge representation type. URICharge by default.

Generated using TypeDoc