interface TurnRestriction {
    isExpired: boolean;
}

Properties

Properties

isExpired: boolean