Interface Uncached<ID>

interface Uncached<ID> {
    id: ID;
}

Type Parameters

  • ID = string | number

Properties

Properties

id: ID