We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type
1 parent 6a7057f commit e6bbe70Copy full SHA for e6bbe70
1 file changed
src/types/Campaign.ts
@@ -6,6 +6,7 @@ import type { UserRef } from './User';
6
7
export interface Campaign {
8
id: number;
9
+ type: 'campaign';
10
author: UserRef;
11
lifecycle_status: Campaign.LifecycleStatus;
12
subject: string;
0 commit comments