mwg API
    Preparing search index...

    Interface BoardPiece<K>

    interface BoardPiece<K = string> {
        count?: number;
        id: string;
        kind: K;
        owner: string;
    }

    Type Parameters

    • K = string
    Index
    count?: number
    id: string
    kind: K
    owner: string