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

6 lines
107 B
TypeScript

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