chore: apis

This commit is contained in:
yangsy
2025-08-22 11:19:51 +08:00
parent 80a30a3cba
commit 29ff837da8
9 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
export interface NdmDecoderDiagInfo {
[key: string]: any;
logTime: string;
stCommonInfo: {
设备ID: string;
软件版本: string;
生产厂商: string;
设备别名: string;
设备型号: string;
硬件版本: string;
内存使用率: string;
CPU使用率: string;
};
}