Skip to content

Commit

Permalink
more models' information
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jul 9, 2024
1 parent 2e39218 commit d015287
Show file tree
Hide file tree
Showing 5 changed files with 14,038 additions and 1,958 deletions.
2 changes: 2 additions & 0 deletions src/library.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export interface DeviceModelData {
codename: string;
otaId: string;
suffix?: string;
sizes?: number[];
variants?: DeviceModelVariantData[];
}

Expand All @@ -110,6 +111,7 @@ export class DeviceModel implements DeviceModelData {
readonly codename: string;
readonly otaId: string;
readonly suffix?: string;
readonly sizes?: number[];
readonly variants?: DeviceModelVariantData[];

private constructor();
Expand Down
Loading

0 comments on commit d015287

Please sign in to comment.