chore: remove unused types
This commit is contained in:
@@ -3,17 +3,11 @@ export enum ComponentAction {
|
||||
StreamItems = 'stream-items',
|
||||
StreamContextItem = 'stream-context-item',
|
||||
SaveItems = 'save-items',
|
||||
SelectItem = 'select-item',
|
||||
AssociateItem = 'associate-item',
|
||||
DeassociateItem = 'deassociate-item',
|
||||
ClearSelection = 'clear-selection',
|
||||
CreateItem = 'create-item',
|
||||
CreateItems = 'create-items',
|
||||
DeleteItems = 'delete-items',
|
||||
SetComponentData = 'set-component-data',
|
||||
ToggleActivateComponent = 'toggle-activate-component',
|
||||
RequestPermissions = 'request-permissions',
|
||||
PresentConflictResolution = 'present-conflict-resolution',
|
||||
DuplicateItem = 'duplicate-item',
|
||||
ComponentRegistered = 'component-registered',
|
||||
ActivateThemes = 'themes',
|
||||
|
||||
@@ -78,8 +78,6 @@ type ComponentManagerFunctions = {
|
||||
|
||||
const ReadwriteActions = [
|
||||
ComponentAction.SaveItems,
|
||||
ComponentAction.AssociateItem,
|
||||
ComponentAction.DeassociateItem,
|
||||
ComponentAction.CreateItem,
|
||||
ComponentAction.CreateItems,
|
||||
ComponentAction.DeleteItems,
|
||||
|
||||
Reference in New Issue
Block a user