Skip to content

Commit

Permalink
refactor(device)!: Remove deprecated types
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Nov 25, 2024
1 parent b7140a0 commit 6aa953e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions device/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,3 @@ export interface DevicePlugin {
*/
getLanguageTag(): Promise<LanguageTag>;
}

/**
* @deprecated Use `BatteryInfo`.
* @since 1.0.0
*/
export type DeviceBatteryInfo = BatteryInfo;

/**
* @deprecated Use `GetLanguageCodeResult`.
* @since 1.0.0
*/
export type DeviceLanguageCodeResult = GetLanguageCodeResult;

0 comments on commit 6aa953e

Please sign in to comment.