UNPKG

next-seo

Version:

SEO plugin for Next.js projects

10 lines (9 loc) 247 B
import type { Question } from 'src/types'; export declare function setQuestions(questions: Question[]): { '@type': string; name: string; acceptedAnswer: { '@type': string; text: string; }; }[] | undefined;