Documentation / @warp-drive/utilities / DeleteRecordUrlOptions
Interface: DeleteRecordUrlOptions
Defined in: index.ts:140
Properties
host?
ts
optional host: string;Defined in: index.ts:144
identifier
ts
identifier: object;Defined in: index.ts:142
id
ts
id: string;type
ts
type: string;namespace?
ts
optional namespace: string;Defined in: index.ts:145
op
ts
op: "deleteRecord";Defined in: index.ts:141
resourcePath?
ts
optional resourcePath: string;Defined in: index.ts:143