frontend
    Preparing search index...

    Variable goFishApiConst

    goFishApi: {
        exec: (
            command: "reset" | "log" | "ask",
            targetIdx?: number,
            rank?: number,
            config?: GoFishConfigInput,
        ) => Promise<GoFishResponse>;
    } = ...

    API client for the Go Fish /gofish/exec endpoint.

    Type Declaration

    • exec: (
          command: "reset" | "log" | "ask",
          targetIdx?: number,
          rank?: number,
          config?: GoFishConfigInput,
      ) => Promise<GoFishResponse>