mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
chore: update find shortcut
This commit is contained in:
@ -74,10 +74,11 @@ type ShortcutFind struct {
|
||||
WorkspaceID *int `json:"workspaceId"`
|
||||
|
||||
// Domain specific fields
|
||||
Name *string `json:"name"`
|
||||
Link *string `json:"link"`
|
||||
Description *string `json:"description"`
|
||||
Visibility *Visibility `json:"visibility"`
|
||||
Name *string
|
||||
Link *string
|
||||
Description *string
|
||||
MemberID *int
|
||||
VisibilityList []Visibility
|
||||
}
|
||||
|
||||
type ShortcutDelete struct {
|
||||
|
Reference in New Issue
Block a user