Update prettier config

This commit is contained in:
garronej
2023-02-26 15:39:03 +01:00
parent 6a48325132
commit 5cfe78dcd1
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ export type KcContextLike = {
assert<KcContextBase extends KcContextLike ? true : false>();
export type MessageKeyBase = keyof typeof baseMessages | keyof typeof keycloakifyExtraMessages[typeof fallbackLanguageTag];
export type MessageKeyBase = keyof typeof baseMessages | keyof (typeof keycloakifyExtraMessages)[typeof fallbackLanguageTag];
export type I18n<MessageKey extends string> = {
/**