mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04: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 {
|
export interface DispatchOptions {
|
||||||
titleI18nOptions: TOptions | string
|
titleI18nOptions: TOptions
|
||||||
contentI18nOptions: TOptions | string
|
contentI18nOptions: TOptions
|
||||||
durationInSecond: number
|
durationInSecond: number
|
||||||
icon?: IconName
|
icon?: IconName
|
||||||
buttons: UiNotificationButton[]
|
buttons: UiNotificationButton[]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue