export interface TextContentModel { id?: string; content?: string; template?: string; linkClicked?: any; fontFamily?: string; fontWeight?: number; fontSize?: number; lineHeight?: number; color?: string; marginBottom?: string; marginTop?: string; marginLeft?: string; marginRight?: string; alignContent?: 'left' | 'center' | 'right'; fontTypeKey?: 'title-s' | 'title-m' | 'title-l' | 'body-l' | 'body-s' | 'display-s' | 'display-m' | 'display-l' | 'caption'; }