import type { Thing, WithContext } from 'schema-dts'; type JsonLdProps = { code: WithContext; }; export const JsonLd = ({ code }: JsonLdProps) => (