Skip to content

Documentation / @warp-drive/utilities / index / CreateRecordUrlOptions

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

Properties

host?

ts
optional host: string;

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


identifier

ts
identifier: object;

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

type

ts
type: string;

namespace?

ts
optional namespace: string;

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


op

ts
op: "createRecord";

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


resourcePath?

ts
optional resourcePath: string;

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

Released under the MIT License.