16 lines
269 B
TypeScript
16 lines
269 B
TypeScript
export {
|
|
PersonJsonLd,
|
|
ProfessionalServiceJsonLd,
|
|
BreadcrumbJsonLd,
|
|
WebPageJsonLd,
|
|
FAQJsonLd,
|
|
ServiceJsonLd,
|
|
OrganizationJsonLd,
|
|
ArticleJsonLd,
|
|
WebSiteJsonLd,
|
|
HowToJsonLd,
|
|
ProfilePageJsonLd,
|
|
VideoJsonLd,
|
|
SoftwareAppJsonLd,
|
|
} from './schemas';
|