frontend
    Preparing search index...

    Interface GolfHint

    A suggested hint in Golf Solitaire.

    interface GolfHint {
        col: number;
        type: string;
    }
    Index

    Properties

    Properties

    col: number
    type: string