forward ws protocols

This commit is contained in:
Spencer Pogorzelski 2023-08-14 21:20:47 -07:00
parent eae44fef4b
commit ccf556118b
7 changed files with 13 additions and 10 deletions

View file

@ -39,6 +39,7 @@ export type HTTPResponsePayload = {
export type C2SWSOpenPayload = {
url: string;
protocols: string | string[];
};
export type WSClosePayload = {