shortcut default bug fix
This commit is contained in:
@@ -255,6 +255,7 @@ export interface ShortcutSaveResponse {
|
||||
};
|
||||
export interface ShortcutUserParams {
|
||||
usrid: string;
|
||||
subUserLevel?: string;
|
||||
};
|
||||
export interface ShortcutUserResponse {
|
||||
shortcuts: Array<Shortcuts>;
|
||||
|
||||
Reference in New Issue
Block a user