mirror of
https://github.com/MewoLab/AquaDX.git
synced 2025-12-14 11:56:15 +08:00
[+] Types
This commit is contained in:
21
AquaNet/src/pages/Transfer/TransferLib.ts
Normal file
21
AquaNet/src/pages/Transfer/TransferLib.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
interface AllNetSrc {
|
||||
card: string
|
||||
server: string
|
||||
keychip: string
|
||||
}
|
||||
|
||||
interface AllNetGame {
|
||||
game: string
|
||||
version: string
|
||||
}
|
||||
|
||||
interface AllNetClient extends AllNetSrc, AllNetGame {}
|
||||
|
||||
interface TrCheckGood {
|
||||
gameUrl: string
|
||||
userId: number
|
||||
}
|
||||
|
||||
type TrStreamMessage = { message: string } | { error: string } | { data: string }
|
||||
|
||||
Reference in New Issue
Block a user