frontend
    Preparing search index...

    Variable pigtailApiConst

    pigtailApi: {
        exec: (
            command: "reset" | "draw",
            cpuHesitationEnabled?: boolean,
        ) => Promise<PigsTailResponse>;
    } = ...

    Pig's Tail game API client.

    Type Declaration

    • exec: (
          command: "reset" | "draw",
          cpuHesitationEnabled?: boolean,
      ) => Promise<PigsTailResponse>