Created
October 9, 2022 06:19
-
-
Save stevedep/dd994177e5a2d82b7269968c8ba78817 to your computer and use it in GitHub Desktop.
interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface kpiDataPoint { | |
index: number, | |
kpivalue: string, | |
selectionId: ISelectionId, | |
colour: string, | |
selector: any, | |
highlight: string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment