diff --git a/frontend/src/types/block.types.ts b/frontend/src/types/block.types.ts index 0b06af63..3822cf18 100644 --- a/frontend/src/types/block.types.ts +++ b/frontend/src/types/block.types.ts @@ -49,7 +49,6 @@ export interface BlockOptions { // Only if the block has next blocks fallback?: BlockFallbackOptions; assignTo?: string; - // plugins effects } export type BlockMessage =