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

6 lines
103 B
TypeScript

import { Property } from './Property';
export class Encrypted extends Property {
value: string;
}