export type Note = { id: Number, content: String, date: String, tag: String; }; export type Settings = { fontSize: string };