export type GetNewsOptionsType = {
  latest?: boolean,
  top?: boolean,
  latestOffset?: number,
  latestLimit?: number,
  languages?: string,
}