A object containing a unique identifier for the resource that was created, updated, or deleted.
import { UnifiedId } from "@apideck/unify/models/components";
let value: UnifiedId = {
id: "12345",
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
string | ✔️ | The unique identifier of the resource | 12345 |