Skip to content

Documentation / @warp-drive/utilities / GenericUrlOptions

Interface: GenericUrlOptions

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

Properties

host?

ts
optional host: string;

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


namespace?

ts
optional namespace: string;

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


resourcePath

ts
resourcePath: string;

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

Released under the MIT License.