Interface IID<T>

id property declaration.

interface IID<T> {
    id: T;
}

Type Parameters

  • T

Hierarchy (view full)

Properties

Properties

id: T

Generated using TypeDoc