W n8n
This commit is contained in:
parent
3126b520bc
commit
311490f0f7
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user