export default interface AuthorI {
    "@type": "Organization" | "Person";
    "name": string;
    "url"?: string;
};
