Interface CreateJoinRoomError

interface CreateJoinRoomError {
    error: string;
    success?: boolean;
}

Properties

Properties

error: string
success?: boolean