is-monitor/is-monitor-frontend/src/app/is-model/reference/properties/Property.ts

7 lines
145 B
TypeScript
Raw Normal View History

2019-10-16 11:48:47 +02:00
import { ISManageable } from '../ISManageable';
// tslint:disable-next-line: no-empty-interface
2019-10-16 14:41:51 +02:00
export class Property extends ISManageable {
2019-10-16 11:48:47 +02:00
}