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

7 lines
145 B
TypeScript

import { ISManageable } from '../ISManageable';
// tslint:disable-next-line: no-empty-interface
export class Property extends ISManageable {
}