impl C2S ws close

This commit is contained in:
Spencer Pogorzelski 2023-08-14 13:56:39 -07:00
parent 321bbf9734
commit 8babd1896e
3 changed files with 14 additions and 6 deletions

View file

@ -38,7 +38,7 @@ export type C2SWSOpenPayload = {
url: string;
};
export type S2CWSClosePayload = {
export type WSClosePayload = {
code: number;
reason: string;
wasClean: boolean;