import { ITextButton } from '../../atoms/text.button/text-button.component.interface'; export interface IStatus { title: string; description: string; icon: string; link: ITextButton; }