Skip to content

Commit

Permalink
Add formFactor property to UADataValues
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalman committed Sep 7, 2023
1 parent f07316b commit aeca558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ interface UADataValues {
readonly platform?: string;
readonly architecture?: string;
readonly bitness?: string;
readonly formFactor?: string[];
readonly model?: string;
readonly platformVersion?: string;
/** @deprecated in favour of fullVersionList */
Expand Down

0 comments on commit aeca558

Please sign in to comment.