remove unused codes and update

This commit is contained in:
2026-05-10 09:44:30 +03:30
parent a138034c06
commit 048e292bdd
107 changed files with 317 additions and 17930 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface IDeviceProfileRawResponse {
androidId: string;
deviceName: string;
}
export interface IDeviceProfileResponse extends IDeviceProfileRawResponse {}