export interface IArtboardLibConfig { environment: string; mode: string; extendedView: boolean; externalArtboardData: boolean; useTranslations?: boolean; }