declare namespace OIPF {
    
    export interface MDTFObject extends HTMLObjectElement {
        type: 'application/oipfMDTF';
    }

}
