is-monitor/is-monitor-frontend/src/app/is-model/reference/ISManageable.ts

4 lines
56 B
TypeScript
Raw Normal View History

2019-10-16 11:48:47 +02:00
export interface ISManageable {
'@class': string;
}