UNPKG

next-seo

Version:

SEO plugin for Next.js projects

9 lines (8 loc) 264 B
import { Instruction } from 'src/types'; export declare function setInstruction(instruction: Instruction): { '@type': string; name?: string | undefined; text: string; url?: string | undefined; image?: string | undefined; } | undefined;