frontend
    Preparing search index...

    Interface GoFishBook

    A completed 4-of-a-kind book in Go Fish.

    interface GoFishBook {
        cards: Card[];
        rank: number;
    }
    Index

    Properties

    Properties

    cards: Card[]
    rank: number