fix(translations): fix types

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-10-22 19:26:54 +02:00
parent 73a51211bb
commit 8a957fbf27

View file

@ -13,8 +13,8 @@ export interface UiNotificationButton {
}
export interface DispatchOptions {
titleI18nOptions: TOptions | string
contentI18nOptions: TOptions | string
titleI18nOptions: TOptions
contentI18nOptions: TOptions
durationInSecond: number
icon?: IconName
buttons: UiNotificationButton[]