mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-12 07:50:25 +00:00
chore: type
This commit is contained in:
16
src/core/entities/system.ts
Normal file
16
src/core/entities/system.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { SelfInfo } from "./user"
|
||||
|
||||
export interface LineDevice {
|
||||
instanceId: number
|
||||
clientType: number
|
||||
devUid: string
|
||||
}
|
||||
export interface OBLineDevice {
|
||||
app_id: string;
|
||||
device_name: string;
|
||||
device_kind: string;
|
||||
}
|
||||
export interface CoreCache {
|
||||
selfInfo: SelfInfo,
|
||||
DeviceList: OBLineDevice[]
|
||||
}
|
||||
Reference in New Issue
Block a user