From e62da439bd4834ff59f5ae346a50feed8a11c1f6 Mon Sep 17 00:00:00 2001 From: Rui Sousa Date: Mon, 21 Oct 2024 17:49:51 +0100 Subject: [PATCH] regenerate payload types --- src/payload-types.ts | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/payload-types.ts b/src/payload-types.ts index 072ab4d..1a2f257 100644 --- a/src/payload-types.ts +++ b/src/payload-types.ts @@ -460,30 +460,6 @@ export interface Social { updatedAt?: string | null; createdAt?: string | null; } -/** - * This interface was referenced by `Config`'s JSON-Schema - * via the `definition` "socials". - */ -export interface Social { - id: string; - navItems?: - | { - link: { - type?: ('reference' | 'custom') | null; - newTab?: boolean | null; - reference?: { - relationTo: 'pages'; - value: string | Page; - } | null; - url?: string | null; - label: string; - }; - id?: string | null; - }[] - | null; - updatedAt?: string | null; - createdAt?: string | null; -} /** * This interface was referenced by `Config`'s JSON-Schema * via the `definition` "homepage-settings".