3 lines
45 B
TypeScript
3 lines
45 B
TypeScript
|
export interface IEntity {
|
||
|
entityId:number
|
||
|
}
|