frontend
    Preparing search index...

    Variable ohHellApiConst

    ohHellApi: {
        exec: (
            command: "reset" | "play" | "next" | "nextround" | "hint" | "bid",
            bid?: number,
            cardIndex?: number,
            config?: OhHellConfigInput,
        ) => Promise<OhHellResponse>;
    } = ...

    API client for the Oh Hell /ohhell/exec endpoint.

    Type Declaration

    • exec: (
          command: "reset" | "play" | "next" | "nextround" | "hint" | "bid",
          bid?: number,
          cardIndex?: number,
          config?: OhHellConfigInput,
      ) => Promise<OhHellResponse>