init
This commit is contained in:
8
frontend/src/types/context-menu.ts
Normal file
8
frontend/src/types/context-menu.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export interface ContextMenuItem {
|
||||
label: string
|
||||
icon: string
|
||||
action?: string
|
||||
disabled?: boolean
|
||||
payload?: Record<string, any>
|
||||
children?: ContextMenuItem[]
|
||||
}
|
||||
Reference in New Issue
Block a user