Interface JSONBase<ID>

interface JSONBase {
    id: ID;
}

Type Parameters

  • ID = string | number

Hierarchy

Properties

Properties

id: ID