@pretty-chitty/core
    Preparing search index...

    Type Alias GameResult<P>

    type GameResult<P extends PlayerChit> = {
        winners: P[];
    }

    Type Parameters

    Index

    Properties

    Properties

    winners: P[]