export interface PropertySecurity { readonly Read: string; readonly Write: string; }