/** GetNews */
export interface GetNews {
    /** xs:string */
    language?: string;
}
