export interface EquipmentsProps {
    id: number;
    name: string;
    position: any;
    company: any;
    link: any;
    content: string;
    image: string;
    created_at: string;
    updated_at: string;
}
