// Import DCE live grouper types

/**
 * Type for describing a previous set of groups.
 * @author Benedikt Arnarsson
 */
type SeriesInfo = {
  mmddyy: string,
  seriesId: number,
};

export default SeriesInfo;
