import { Content } from './content'; export interface Map { contents: Array; groups?: any; languages?: any; staticContents: Array; }