Type alias Identifiable

Identifiable: {
    id: Scalars["ID"];
}

An interface representing objects with unique IDs

Type declaration

  • id: Scalars["ID"]

    A unique identifier for this object in the Niftory API.

Generated using TypeDoc