export interface Tag {
    tag: string;
    month_to: number;
    month_from: number;
}
//# sourceMappingURL=tag.interface.d.ts.map