Skip to content

Documentation / @warp-drive/utilities / DeleteRecordUrlOptions

Interface: DeleteRecordUrlOptions

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

Properties

host?

ts
optional host: string;

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


identifier

ts
identifier: object;

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

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

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


op

ts
op: "deleteRecord";

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


resourcePath?

ts
optional resourcePath: string;

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

Released under the MIT License.