import { RoundSet } from '@gecogvidanto/shared'; /** * A character coming from server. */ export default interface ServerSet extends RoundSet { /** * The number of the absolute round which is first (relative) round of this set. */ readonly absoluteInitialRound: number; }