Type Alias EndRoomResponse

EndRoomResponse: {
    status: boolean;
    msg: string;
}