import { ButtonI } from '../atomic/button.interface'; export interface EmploymentInfoI { description?: string; title?: string; buttons?: ButtonI[]; }