Interface GobanEngineInitialState

interface GobanEngineInitialState {
    black?: string;
    white?: string;
}

Properties

Properties

black?: string
white?: string