feat: manage network people media
This commit is contained in:
@@ -1716,6 +1716,7 @@ export interface Page {
|
||||
description?: string | null;
|
||||
people?:
|
||||
| {
|
||||
imageUpload?: (number | null) | Media;
|
||||
image?: string | null;
|
||||
imageAlt?: string | null;
|
||||
name?: string | null;
|
||||
@@ -1769,6 +1770,7 @@ export interface Page {
|
||||
name?: string | null;
|
||||
role?: string | null;
|
||||
bio?: string | null;
|
||||
imageUpload?: (number | null) | Media;
|
||||
image?: string | null;
|
||||
id?: string | null;
|
||||
}[]
|
||||
@@ -4596,6 +4598,7 @@ export interface PagesSelect<T extends boolean = true> {
|
||||
people?:
|
||||
| T
|
||||
| {
|
||||
imageUpload?: T;
|
||||
image?: T;
|
||||
imageAlt?: T;
|
||||
name?: T;
|
||||
@@ -4647,6 +4650,7 @@ export interface PagesSelect<T extends boolean = true> {
|
||||
name?: T;
|
||||
role?: T;
|
||||
bio?: T;
|
||||
imageUpload?: T;
|
||||
image?: T;
|
||||
id?: T;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user