type SEOKeys = | 'shortName' | 'longName' | 'description' | 'url' | 'color' | 'defaultLocale' type PCIconsKeys = 'default' | 'image' | 'apple' | '16_16' | '32_32' export interface SEODefaultValues extends Partial> { icons?: Record }