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