diff --git a/device/src/definitions.ts b/device/src/definitions.ts index bbe39d611..20f4ed006 100644 --- a/device/src/definitions.ts +++ b/device/src/definitions.ts @@ -177,15 +177,3 @@ export interface DevicePlugin { */ getLanguageTag(): Promise; } - -/** - * @deprecated Use `BatteryInfo`. - * @since 1.0.0 - */ -export type DeviceBatteryInfo = BatteryInfo; - -/** - * @deprecated Use `GetLanguageCodeResult`. - * @since 1.0.0 - */ -export type DeviceLanguageCodeResult = GetLanguageCodeResult;