export enum BubbleBlockType { TEXT = 'text', IMAGE = 'image', VIDEO = 'video', EMBED = 'embed', AUDIO = 'audio', }