shortcut default bug fix

This commit is contained in:
focp212@naver.com
2025-10-30 13:11:59 +09:00
parent 2b9c782f46
commit 57ec72a11c
2 changed files with 17 additions and 16 deletions

View File

@@ -255,6 +255,7 @@ export interface ShortcutSaveResponse {
};
export interface ShortcutUserParams {
usrid: string;
subUserLevel?: string;
};
export interface ShortcutUserResponse {
shortcuts: Array<Shortcuts>;