@undp/carbon-library 1.0.87 → 1.0.88

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,7 @@ export interface ProgrammeProperties {
30
30
  }
31
31
  export interface ProgrammePropertiesR extends ProgrammeProperties {
32
32
  programmeCostUSD: number;
33
+ estimatedProgrammeCostUSD: number;
33
34
  }
34
35
  export interface ProgrammePropertiesT extends ProgrammeProperties {
35
36
  estimatedProgrammeCostUSD: number;
@@ -105,7 +106,7 @@ export declare const addCommSep: (value: any) => string;
105
106
  export declare const addCommSepRound: (value: any) => string;
106
107
  export declare const addRoundNumber: (value: any) => number;
107
108
  export declare const addSpaces: (text: string) => string;
108
- export declare const getFinancialFields: (programme: ProgrammeU) => {
109
+ export declare const getFinancialFields: (programme: ProgrammeU | ProgrammeR) => {
109
110
  estimatedProgrammeCostUSD: string;
110
111
  creditEst: string;
111
112
  financingType: string;