feat: add fill-assist handlers and update device response type

This commit is contained in:
shuaiplus
2026-07-01 13:28:22 +08:00
parent 5dd9dff045
commit e4215b4025
4 changed files with 57 additions and 1 deletions
+1
View File
@@ -307,6 +307,7 @@ export interface DeviceResponse {
type: number;
creationDate: string;
revisionDate: string;
lastActivityDate?: string | null;
lastSeenAt?: string | null;
hasStoredDevice?: boolean;
isTrusted: boolean;