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