export type Quote = { "quote": string; "title": string; "type": string; "year": number; };