mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-07 13:42:34 +00:00
feat: display view count in UI
This commit is contained in:
1
web/src/types/modules/shortcut.d.ts
vendored
1
web/src/types/modules/shortcut.d.ts
vendored
@ -16,6 +16,7 @@ interface Shortcut {
|
||||
description: string;
|
||||
visibility: Visibility;
|
||||
tags: string[];
|
||||
view: number;
|
||||
}
|
||||
|
||||
interface ShortcutCreate {
|
||||
|
Reference in New Issue
Block a user