We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ec75f commit 54b1cb2Copy full SHA for 54b1cb2
src/features/api/index.ts
@@ -480,34 +480,6 @@ export type Campaign2 = {
480
description?: string;
481
base_bug_internal_id?: string;
482
};
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
494
- name: string;
495
- };
496
- family: {
497
498
499
500
- status: {
501
502
503
504
- project: {
505
506
507
508
- description?: string;
509
- base_bug_internal_id?: string;
510
-};
511
export type PlatformObject = {
512
id: number;
513
deviceType: number;
0 commit comments