Skip to content

Commit

Permalink
chore(@dpc-sdp/ripple-tide-api): update feature flags type
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Jul 30, 2023
1 parent eb18847 commit b991cef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ripple-tide-api/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,14 @@ export interface IRplFeatureFlags {
* @description Option to disable the display of coloured/rainbow stripes on top of promo cards
*/
hidePromoCardStripe?: boolean
/**
* @description Sets the UAT Google Analytics measurement ID
*/
uatMeasurementID?: string
/**
* @description Sets the PROD Google Analytics measurement ID
*/
prodMeasurementID?: string
}

declare module 'nitropack' {
Expand Down

0 comments on commit b991cef

Please sign in to comment.