diff --git a/src/types.ts b/src/types.ts index 4b490a2a3..76a58000f 100644 --- a/src/types.ts +++ b/src/types.ts @@ -3155,6 +3155,11 @@ export type CampaignData = { custom?: {}; id?: string; members?: string[]; + members_template?: Array<{ + user_id: string; + channel_role?: string; + custom?: Record; + }>; team?: string; }; create_channels?: boolean;