authorSchema: {
    "@context": "https://schema.org";
    "@id": string;
    "@type": "Person";
    name: string;
    url: string;
} = ...

Type declaration

  • @context: "https://schema.org"
  • @id: string
  • @type: "Person"
  • name: string
  • url: string