Type alias ByColor<T>

ByColor<T>: {
    [color in Color]: T
}

Indexable by white and black.

Type Parameters

  • T

Generated using TypeDoc