export type ModuleCardType = 'button' | 'code' | 'columns' | 'divider' | 'image' | 'image-text' | 'social' | 'spacer' | 'text' | 'unsubscribe'; export default ModuleCardType;