Type '{ description: string; }' is not assignable to type 'string'.ts(2322) SEO.astro(37, 7): The expected type comes from property 'title' which is declared here on type '{ title: string; type: string; image: string; url?: string | URL | undefined; }'
openGraph={{ basic: { title: {description},
Description is of type string.
I get the error
Type '{ description: string; }' is not assignable to type 'string'.ts(2322) SEO.astro(37, 7): The expected type comes from property 'title' which is declared here on type '{ title: string; type: string; image: string; url?: string | URL | undefined; }'