frontend
    Preparing search index...

    Variable sevenCardStudApiConst

    sevenCardStudApi: {
        exec: (
            command: HoldemLikeCommand,
            amount?: number,
            config?: SevenCardStudConfigInput,
            humanPlayMs?: number,
            profile?: unknown,
        ) => Promise<SevenCardStudResponse>;
    } = ...

    API client for the Seven Card Stud /sevencardstud/exec endpoint.

    Type Declaration