frontend
    Preparing search index...

    Variable crazyeightsApiConst

    crazyeightsApi: {
        exec: (
            command: "reset" | "play" | "draw" | "nextround" | "suit",
            cardIndex?: number,
            suit?: number,
            config?: CrazyEightsConfigInput,
        ) => Promise<CrazyEightsResponse>;
    } = ...

    API client for the Crazy Eights /crazyeights/exec endpoint.

    Type Declaration