export type IconMap = { [key: string]: string; }; export type ConfigIcon = { map: IconMap; }; export type Config = { icon: ConfigIcon; };