This commit is contained in:
focp212@naver.com
2025-10-31 10:19:15 +09:00
parent cca9550001
commit 81c46462a3
5 changed files with 3 additions and 5 deletions

View File

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