mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
Fix meeting minutes (#7181)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -210,7 +210,7 @@ export type ActivityExtensionKind = 'input'
|
||||
*/
|
||||
export interface ActivityExtension extends Doc {
|
||||
ofClass: Ref<Class<Doc>>
|
||||
components: Record<ActivityExtensionKind, AnyComponent>
|
||||
components: Record<ActivityExtensionKind, { component: AnyComponent, props?: Record<string, any> }>
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user