import { IPrices } from './pricesThreeMonthly';
export interface IUnemployment extends IPrices {
}
