Interface JSONBase<ID>

interface JSONBase<ID = string | number> {
    id: ID;
}

Type Parameters

  • ID = string | number

Hierarchy (View Summary, Expand)

Properties

Properties

id: ID
MMNEPVFCICPMFPCPTTAAATR