export interface IDeviceMetadata {
    app?: any;
    checkout?: any;
    screen?: any;
    natigo?: any;
    satManager?: any;
    pdvNati?: any;
}
