Type Alias MobileDevice

MobileDevice: {
    deviceMetadata: MobileDeviceMetadata;
    id: number;
    location?: Nullable<MobileDeviceLocation>;
    name: string;
    settings: MobileDeviceSettings;
}

Type declaration