Skip to content

Commit

Permalink
regenerate payload types
Browse files Browse the repository at this point in the history
  • Loading branch information
rccsousa committed Oct 21, 2024
1 parent d2001d6 commit e62da43
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit e62da43

Please sign in to comment.