export interface IHobby{ hobbyId: number; name: string; description: string; icon: string; }