mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-07 13:42:34 +00:00
chore: update dialogs
This commit is contained in:
3
web/src/types/modules/shortcut.d.ts
vendored
3
web/src/types/modules/shortcut.d.ts
vendored
@ -13,6 +13,7 @@ interface Shortcut {
|
||||
|
||||
name: string;
|
||||
link: string;
|
||||
description: string;
|
||||
visibility: Visibility;
|
||||
}
|
||||
|
||||
@ -21,6 +22,7 @@ interface ShortcutCreate {
|
||||
|
||||
name: string;
|
||||
link: string;
|
||||
description: string;
|
||||
visibility: Visibility;
|
||||
}
|
||||
|
||||
@ -29,6 +31,7 @@ interface ShortcutPatch {
|
||||
|
||||
name?: string;
|
||||
link?: string;
|
||||
description?: string;
|
||||
visibility?: Visibility;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user