Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 869 Bytes

File metadata and controls

19 lines (13 loc) · 869 Bytes

UnifiedId

A object containing a unique identifier for the resource that was created, updated, or deleted.

Example Usage

import { UnifiedId } from "@apideck/unify/models/components";

let value: UnifiedId = {
  id: "12345",
};

Fields

Field Type Required Description Example
id string ✔️ The unique identifier of the resource 12345