Skip to content

Commit 1ceecb0

Browse files
authored
refactor(device)!: Remove deprecated types (#2262)
1 parent 51c0561 commit 1ceecb0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

device/src/definitions.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,3 @@ export interface DevicePlugin {
177177
*/
178178
getLanguageTag(): Promise<LanguageTag>;
179179
}
180-
181-
/**
182-
* @deprecated Use `BatteryInfo`.
183-
* @since 1.0.0
184-
*/
185-
export type DeviceBatteryInfo = BatteryInfo;
186-
187-
/**
188-
* @deprecated Use `GetLanguageCodeResult`.
189-
* @since 1.0.0
190-
*/
191-
export type DeviceLanguageCodeResult = GetLanguageCodeResult;

0 commit comments

Comments
 (0)