Interface Uncached<ID>

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

Type Parameters

  • ID = string | number

Properties

Properties

id: ID
MMNEPVFCICPMFPCPTTAAATR