diff --git a/src/schema.ts b/src/schema.ts index 9b493de..a2c4f2a 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -1840,6 +1840,8 @@ export interface components { /** @enum {string} */ type: "YouTube"; id: string; + creator_name?: string | null; + creator_url?: string | null; timestamp?: string | null; } | {