Skip to content

Instantly share code, notes, and snippets.

@perjerz
Created November 27, 2020 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perjerz/a28eb99e5bb7561860f455264d398a33 to your computer and use it in GitHub Desktop.
Save perjerz/a28eb99e5bb7561860f455264d398a33 to your computer and use it in GitHub Desktop.
Key of Key Value Type
export type KeyOfKeyValue = [key1 in string]: { [key2 in string]: number };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment