Type Alias ContextMenuItemEditedPayload

ContextMenuItemEditedPayload: {
    itemId: string;
    newValue: string;
}