diff --git a/packages/toolkit/types/index.ts b/packages/toolkit/types/index.ts index dea39634..29658e3d 100644 --- a/packages/toolkit/types/index.ts +++ b/packages/toolkit/types/index.ts @@ -129,7 +129,7 @@ export type CreativeWorkAssertion = Assertion< { '@context': string; '@type': string; - author: Author[]; + author?: Author[]; url?: string; } >;