frontend
    Preparing search index...

    Variable heartsApiConst

    heartsApi: {
        exec: (
            command: "reset" | "play" | "pass" | "next" | "nextround" | "hint",
            cardIndices?: number[],
            cardIndex?: number,
            config?: HeartsConfigInput,
        ) => Promise<HeartsResponse>;
    } = ...

    API client for the Hearts /hearts/exec endpoint.

    Type Declaration

    • exec: (
          command: "reset" | "play" | "pass" | "next" | "nextround" | "hint",
          cardIndices?: number[],
          cardIndex?: number,
          config?: HeartsConfigInput,
      ) => Promise<HeartsResponse>