Skip to content

Instantly share code, notes, and snippets.

@stevedep
Created October 9, 2022 06:19
Show Gist options
  • Save stevedep/dd994177e5a2d82b7269968c8ba78817 to your computer and use it in GitHub Desktop.
Save stevedep/dd994177e5a2d82b7269968c8ba78817 to your computer and use it in GitHub Desktop.
interface
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