Type alias IEntityID

IEntityID: {
    id: EntityID;
    [key: string]: any;
}

Type declaration

Generated using TypeDoc