Skip to content

Documentation / @warp-drive/utilities / QueryUrlOptions

Interface: QueryUrlOptions

Defined in: utilities/src/index.ts:91

Properties

host?

ts
optional host: string;

Defined in: utilities/src/index.ts:95


identifier

ts
identifier: object;

Defined in: utilities/src/index.ts:93

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: utilities/src/index.ts:96


op

ts
op: "query";

Defined in: utilities/src/index.ts:92


resourcePath?

ts
optional resourcePath: string;

Defined in: utilities/src/index.ts:94

Released under the MIT License.