frontend
    Preparing search index...

    Variable doubtApiConst

    doubtApi: {
        exec: (
            command: "reset" | "play" | "doubt" | "skip",
            cardIndices?: number[],
            claimedValue?: number,
            doubterIndices?: number[],
            config?: DoubtConfig,
            humanPlayMs?: number,
            profile?: unknown,
        ) => Promise<DoubtResponse>;
    } = ...

    API client for the Doubt /doubt/exec endpoint.

    Type Declaration

    • exec: (
          command: "reset" | "play" | "doubt" | "skip",
          cardIndices?: number[],
          claimedValue?: number,
          doubterIndices?: number[],
          config?: DoubtConfig,
          humanPlayMs?: number,
          profile?: unknown,
      ) => Promise<DoubtResponse>