frontend
    Preparing search index...

    Interface EuchreHint

    A suggested hint for Euchre.

    interface EuchreHint {
        cardIndex?: number;
        goAlone?: boolean;
        orderUp?: boolean;
        reason: string;
        suit?: number;
    }
    Index

    Properties

    cardIndex?: number
    goAlone?: boolean
    orderUp?: boolean
    reason: string
    suit?: number