Skip to content

Commit

Permalink
Add ProductType to SystemParameters interface
Browse files Browse the repository at this point in the history
  • Loading branch information
as0ler committed Jun 13, 2024
1 parent 328316a commit cadbe82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/system_parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ export interface SystemParameters {
*/
name: string;

/**
* Human-readable HW type, e.g. `"iPad6,3"`.
*/
type: string;

/**
* Human-readable version string, e.g. `"11.2.2"`.
*/
Expand Down

0 comments on commit cadbe82

Please sign in to comment.