mirror of
https://github.com/ceratic/project_vollidioten_website.git
synced 2026-05-14 00:16:47 +02:00
feat: add LogoManagementModal component for logo upload and management
This commit is contained in:
10
types.ts
10
types.ts
@@ -59,6 +59,11 @@ export interface ShopItem {
|
||||
materialsRequired?: string; // e.g. "Customer provides Stone"
|
||||
}
|
||||
|
||||
export interface GalleryImage {
|
||||
id: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
export interface Project {
|
||||
id: string;
|
||||
title: string;
|
||||
@@ -72,8 +77,9 @@ export interface Project {
|
||||
foundedDate?: string;
|
||||
associatedOrgId?: string; // Links this project to a city or guild
|
||||
shopCatalog?: ShopItem[];
|
||||
gallery?: string[];
|
||||
gallery?: GalleryImage[];
|
||||
bannerUrl?: string;
|
||||
logoUrl?: string;
|
||||
}
|
||||
|
||||
export interface DiscordUser {
|
||||
@@ -82,4 +88,4 @@ export interface DiscordUser {
|
||||
discriminator: string;
|
||||
avatarUrl: string;
|
||||
linkedPlayerUuid?: string | null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user