Last active
April 2, 2019 20:05
-
-
Save adrake33/eede83a9a669e70510f768a9b6dea393 to your computer and use it in GitHub Desktop.
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
// 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