add: Team section
This commit is contained in:
@@ -144,6 +144,7 @@ export interface Paper {
|
||||
mentor?: string | null;
|
||||
authors?:
|
||||
| {
|
||||
image?: (number | null) | Media;
|
||||
name: string;
|
||||
position: 'leader' | 'member';
|
||||
description?: string | null;
|
||||
@@ -384,6 +385,7 @@ export interface PapersSelect<T extends boolean = true> {
|
||||
authors?:
|
||||
| T
|
||||
| {
|
||||
image?: T;
|
||||
name?: T;
|
||||
position?: T;
|
||||
description?: T;
|
||||
|
||||
Reference in New Issue
Block a user