frontend
    Preparing search index...

    Variable oldmaidApiConst

    oldmaidApi: {
        exec: (
            command: "shuffle" | "reset" | "draw" | "reorder",
            drawIdx?: number,
            mode?: number,
            cpuPlacementStrategy?: boolean,
            reorderIndices?: number[],
            cpuMemoryAI?: boolean,
            cpuHesitationEnabled?: boolean,
            cpuMetaAI?: boolean,
            profile?: unknown,
        ) => Promise<OldMaidResponse>;
    } = ...

    API client for the Old Maid /oldmaid/exec endpoint.

    Type Declaration

    • exec: (
          command: "shuffle" | "reset" | "draw" | "reorder",
          drawIdx?: number,
          mode?: number,
          cpuPlacementStrategy?: boolean,
          reorderIndices?: number[],
          cpuMemoryAI?: boolean,
          cpuHesitationEnabled?: boolean,
          cpuMetaAI?: boolean,
          profile?: unknown,
      ) => Promise<OldMaidResponse>