Skip to content

Commit

Permalink
made team optional
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion committed Dec 13, 2024
1 parent e23dfe5 commit 07e4bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2966,11 +2966,11 @@ export type CampaignFilters = {};

export type CampaignData = {
channel_template?: {
team: string;
type: string;
custom?: {};
id?: string;
members?: string[];
team?: string;
};
create_channels?: boolean;
deleted_at?: string;
Expand Down

0 comments on commit 07e4bb8

Please sign in to comment.