fix: porblem with default locale

This commit is contained in:
2022-05-16 13:33:56 +01:00
parent e8655b3cfa
commit ffb1b83faf
3 changed files with 12 additions and 6 deletions

View File

@ -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>