chore: type required by plugins (skip e2e)

This commit is contained in:
Mo
2022-11-03 21:20:48 -05:00
parent 5ed61d1097
commit 6759386bef
3 changed files with 21 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ export * from './Abstract/Component/ComponentViewerEvent'
export * from './Abstract/Component/IncomingComponentItemPayload'
export * from './Abstract/Component/KeyboardModifier'
export * from './Abstract/Component/MessageData'
export * from './Abstract/Component/OutgoingItemMessagePayload'
export * from './Abstract/Component/PermissionDialog'
export * from './Abstract/Content/ItemContent'
export * from './Abstract/Contextual/BackupFile'