Interface of items with an id value.

interface HasId {
    id: string;
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

id: string