Skip to content

Commit 54b1cb2

Browse files
committed
fix(api): remove duplicated campaign interface
1 parent 53ec75f commit 54b1cb2

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

src/features/api/index.ts

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -480,34 +480,6 @@ export type Campaign2 = {
480480
description?: string;
481481
base_bug_internal_id?: string;
482482
};
483-
export type Campaign2 = {
484-
id: number;
485-
start_date: string;
486-
end_date: string;
487-
close_date: string;
488-
title: string;
489-
customer_title: string;
490-
is_public: number;
491-
bug_form?: number;
492-
type: {
493-
id: number;
494-
name: string;
495-
};
496-
family: {
497-
id: number;
498-
name: string;
499-
};
500-
status: {
501-
id: number;
502-
name: string;
503-
};
504-
project: {
505-
id: number;
506-
name: string;
507-
};
508-
description?: string;
509-
base_bug_internal_id?: string;
510-
};
511483
export type PlatformObject = {
512484
id: number;
513485
deviceType: number;

0 commit comments

Comments
 (0)