Interface RegistryItem<K>

interface RegistryItem<K extends string | number = string> {
    id: K;
}

Type Parameters

  • K extends string | number = string

Properties

Properties

id: K
MMNEPVFCICPMFPCPTTAAATR