refactor(config): update config + types
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
type PCKeys =
|
||||
type SEOKeys =
|
||||
| 'shortName'
|
||||
| 'longName'
|
||||
| 'description'
|
||||
@ -7,8 +7,6 @@ type PCKeys =
|
||||
| 'defaultLocale'
|
||||
type PCIconsKeys = 'default' | 'image' | 'apple' | '16_16' | '32_32'
|
||||
|
||||
type PCProps = Record<PCKeys, string>
|
||||
|
||||
export interface PCDefaultValues extends PCProps {
|
||||
icons: Record<PCIconsKeys, string>
|
||||
export interface SEODefaultValues extends Partial<Record<SEOKeys, string>> {
|
||||
icons?: Record<PCIconsKeys, string>
|
||||
}
|
Reference in New Issue
Block a user