mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-14 20:24:04 +00:00
fix(translations): fix types
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
73a51211bb
commit
8a957fbf27
1 changed files with 2 additions and 2 deletions
|
@ -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[]
|
||||
|
|
Loading…
Reference in a new issue