Interface BaseModel

interface BaseModel {
    id: number;
}

Hierarchy

Properties

Properties

id: number

Generated using TypeDoc