GoogleIt: {
    articles: ({ url: string; title: string; description: string; header: string; })[];
    info: { title?: string | undefined; type?: string | undefined; description?: string | undefined; image?: string[] | undefined; };
}

Type declaration

  • articles: ({ url: string; title: string; description: string; header: string; })[]
  • info: { title?: string | undefined; type?: string | undefined; description?: string | undefined; image?: string[] | undefined; }

Generated using TypeDoc