fix: remove unused effect comment

This commit is contained in:
yassinedorbozgithub 2024-12-01 09:37:00 +01:00
parent 57b8636a79
commit dfde924b72

View File

@ -49,7 +49,6 @@ export interface BlockOptions {
// Only if the block has next blocks
fallback?: BlockFallbackOptions;
assignTo?: string;
// plugins effects
}
export type BlockMessage =