mirror of
https://github.com/Discreetly/frontend.git
synced 2026-01-08 20:38:04 -05:00
interface updates
This commit is contained in:
@@ -34,7 +34,8 @@ export interface ButtonI {
|
||||
|
||||
export interface JoinResponseI {
|
||||
status: string;
|
||||
roomIds: string[];
|
||||
roomIds?: string[];
|
||||
message?: string;
|
||||
}
|
||||
|
||||
export type GatewayResultI = string[] | null;
|
||||
|
||||
Reference in New Issue
Block a user