UNPKG

@tableau/taco-toolkit

Version:
9 lines (8 loc) 208 B
/** * The type for the parsed feature flags. * This type should be used when EPS consumes feature flags. */ export interface FeatureFlags { EPSSupportgRPC: boolean; EPSStaticTacoUnpack: boolean; }