interface IIconObject { iconPath: string } export interface IThemeIconsAccents { iconDefinitions: { _folder_open: IIconObject; _folder_open_build: IIconObject; } }