import { ContentObjectResponse } from '../base-interfaces'; export interface NewsContentObjectResponse extends ContentObjectResponse { news?: any; }