frontend
    Preparing search index...

    Variable omahaApiConst

    omahaApi: {
        exec: (
            command: HoldemLikeCommand,
            amount?: number,
            config?: HoldemConfigInput,
            humanPlayMs?: number,
            profile?: unknown,
        ) => Promise<HoldemResponse>;
    } = ...

    API client for the Omaha Hold'em /omaha/exec endpoint.

    Type Declaration

    • exec: (
          command: HoldemLikeCommand,
          amount?: number,
          config?: HoldemConfigInput,
          humanPlayMs?: number,
          profile?: unknown,
      ) => Promise<HoldemResponse>