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

6 lines
107 B
TypeScript
Raw Normal View History

2019-10-16 11:48:47 +02:00
import { Property } from './Property';
export interface Encrypted extends Property {
value: string;
}