Add response data for Kickplayer
This commit is contained in:
parent
b24e0574a7
commit
5fa807f034
1 changed files with 6 additions and 0 deletions
6
src/types/client_data.d.ts
vendored
6
src/types/client_data.d.ts
vendored
|
|
@ -24,3 +24,9 @@ interface PlayerListResponse extends response {
|
|||
// properties depend on `success` being `true`
|
||||
players?: string[]
|
||||
}
|
||||
|
||||
interface PlayerKicked extends response {
|
||||
// properties depend on `success` being `true`
|
||||
game_code?: string;
|
||||
player?: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue