yolkbot
    Preparing search index...

    Interface FindGameError

    interface FindGameError {
        error: "gameNotFound" | "sessionNotFound";
    }
    Index

    Properties

    Properties

    error: "gameNotFound" | "sessionNotFound"