interface Document {
  id: string;
  title_s: string;
  url_s: string;
}

export { Document };