UNPKG

next-seo

Version:

SEO plugin for Next.js projects

7 lines (6 loc) 202 B
import type { ReviewedBy } from 'src/types'; export declare function setReviewedBy(reviewedBy?: ReviewedBy): { type?: string | undefined; name: string; '@type': string; } | undefined;