@undp/carbon-library 1.0.305-CARBON-419.0 → 1.0.305-CARBON-428-bugfix.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -76,7 +76,6 @@ export interface Programme {
76
76
  geographicalLocationCordintes: any;
77
77
  mitigationActions: any;
78
78
  environmentalAssessmentRegistrationNo: any;
79
- article6trade: boolean;
80
79
  }
81
80
  export interface ProgrammeR extends Programme {
82
81
  currentStage: ProgrammeStageR;
@@ -28,8 +28,6 @@ export * from "./Enums/company.state.enum";
28
28
  export * from "./Enums/widget.type.enum";
29
29
  export * from "./Enums/statsCards.type.enum";
30
30
  export * from "./Enums/action.enum";
31
- export * from "./Enums/govDep.enum";
32
- export * from "./Enums/ministry.enum";
33
31
  export * from "./Definitions/userLogin.definitions";
34
32
  export * from "./Definitions/userInformationContext.definitions";
35
33
  export * from "./Definitions/userForgotPassword.definitions";