Interface INamed

interface INamed {
    id?: string | number;
    name: string;
    toJSON?(): any;
}

Hierarchy (view full)

Properties

Methods

Properties

id?: string | number
name: string

Methods