Interface Entity

interface Entity {
    localID: number;
    model: Model;
}

Implemented by

Properties

Properties

localID: number
model: Model