UNPKG

@blue-impact-engine/blue-impact-engine-client

Version:
10 lines 303 B
import TagEntity from "../tags/Tag"; export type ImpactValue = { title: string; displayName: string; currentValue?: number; targetValue?: number; showAs: "percentage" | "current_only" | "target_only" | "both"; tags?: Array<TagEntity>; }; //# sourceMappingURL=ImpactValue.d.ts.map