UNPKG

next-seo

Version:

SEO plugin for Next.js projects

10 lines (9 loc) 339 B
import type { AggregateRating } from 'src/types'; export declare function setAggregateRating(aggregateRating?: AggregateRating): { '@type': string; ratingCount: string | undefined; reviewCount: string | undefined; bestRating: string | undefined; ratingValue: string; worstRating: string | undefined; } | undefined;