export interface InterfaceProperty {

    key: string;
    value: string;

}