import { IHobby } from "../models/hobby.model"; export interface IAbout{ about: string; title: string; hobbies: IHobby[]; }