UNPKG

next-seo

Version:

SEO plugin for Next.js projects

8 lines (7 loc) 217 B
import { PriceSpecification } from 'src/types'; export declare function setCost(cost?: PriceSpecification): { '@type': string; type: string; priceCurrency: string; price: string; } | undefined;