Interface IIdentified

interface IIdentified {
    id?: string | number;
    toJSON?(): any;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

  • [key: string]: any

Properties

Methods

Properties

id?: string | number

Methods