next-seo
Version:
SEO plugin for Next.js projects
11 lines (10 loc) • 404 B
TypeScript
import type { ContactPoint } from 'src/types';
export declare function setContactPoints(contactPoint?: ContactPoint[]): {
contactType: string;
telephone: string;
email?: string | undefined;
areaServed?: string | string[] | undefined;
availableLanguage?: string | string[] | undefined;
contactOption?: string | string[] | undefined;
'@type': string;
}[] | undefined;