fix: porblem with default locale
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
type PCKeys = 'shortName' | 'longName' | 'description' | 'url' | 'color'
|
||||
type PCKeys =
|
||||
| 'shortName'
|
||||
| 'longName'
|
||||
| 'description'
|
||||
| 'url'
|
||||
| 'color'
|
||||
| 'defaultLocale'
|
||||
type PCIconsKeys = 'default' | 'image' | 'apple' | '16_16' | '32_32'
|
||||
|
||||
type PCProps = Record<PCKeys, string>
|
||||
|
Reference in New Issue
Block a user