7
packages/schemas/features/blocks/bubbles/constants.ts
Normal file
7
packages/schemas/features/blocks/bubbles/constants.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export enum BubbleBlockType {
|
||||
TEXT = 'text',
|
||||
IMAGE = 'image',
|
||||
VIDEO = 'video',
|
||||
EMBED = 'embed',
|
||||
AUDIO = 'audio',
|
||||
}
|
Reference in New Issue
Block a user