This commit is contained in:
alma 2025-05-23 17:14:31 +02:00
parent 3126b520bc
commit 311490f0f7

View File

@ -19,6 +19,11 @@ interface MissionCreateInput {
profils?: string[];
guardians?: Record<string, string>;
volunteers?: string[];
creatorId?: string;
config?: {
N8N_API_KEY: string;
MISSION_API_URL: string;
};
logo?: {
data: string;
name?: string;
@ -28,6 +33,8 @@ interface MissionCreateInput {
outlineCollectionId?: string | null;
rocketChatChannelId?: string | null;
gitRepositoryId?: string | null;
giteaRepositoryUrl?: string | null;
penpotProjectId?: string | null;
status?: string;
createdAt?: Date;
updatedAt?: Date;