export interface IPayioDeviceConfig {
    key: string | null;
    value: string | null;
}
