export type OptionsType = {
  content: any
  multiurl: boolean
  title: string
  path: string
  author: string
}
