frontend
    Preparing search index...

    Interface HeartsHint

    A suggested hint for Hearts.

    interface HeartsHint {
        cardIndices: number[];
        reason: string;
    }
    Index

    Properties

    Properties

    cardIndices: number[]
    reason: string