export type ThemesJson = { themes: Theme[]; }; export type Theme = { id: string; name: string; };