export interface Work { website: string; image: string; description: string; name: string; content: string; date: { start: Date; end: Date; }; }