interface updates

This commit is contained in:
AtHeartEngineer
2023-11-04 20:15:29 +03:00
parent 9f4c584061
commit fc860fb8f8

View File

@@ -34,7 +34,8 @@ export interface ButtonI {
export interface JoinResponseI {
status: string;
roomIds: string[];
roomIds?: string[];
message?: string;
}
export type GatewayResultI = string[] | null;