Type Alias ByRole<T>

ByRole<T>: {
    [role in Role]: T
}

Indexable by pawn, knight, bishop, rook, queen, and king.

Type Parameters

  • T