declare namespace OIPF {
    
    export interface GatewayInfoObject extends HTMLObjectElement {
        type: 'application/oipfGatewayInfo';
    }

}
