mirror of https://github.com/hykilpikonna/AquaDX
[+] Types
parent
66e5395a60
commit
519f4fc74c
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue