add: Team section

This commit is contained in:
Dominik Natter
2025-03-27 21:37:44 +01:00
parent 93bb11f9b4
commit 471e5a3841
4 changed files with 131 additions and 13 deletions

View File

@@ -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;