Skip to content

Instantly share code, notes, and snippets.

@adrake33
Last active April 2, 2019 20:05
Show Gist options
  • Save adrake33/eede83a9a669e70510f768a9b6dea393 to your computer and use it in GitHub Desktop.
Save adrake33/eede83a9a669e70510f768a9b6dea393 to your computer and use it in GitHub Desktop.
// Returns breakdown of how many markets are in each reporting state.
// Might want to add logs to emit these totals?
interface UIReportingSummary {
[reportingState: string]: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment