export type DeviceType = {
    [key: number]: string;
};
