Skip to content

Instantly share code, notes, and snippets.

@zerobias
Created May 21, 2018 00:25
Show Gist options
  • Save zerobias/e3ea9ff1657ce1a657309a882903c9aa to your computer and use it in GitHub Desktop.
Save zerobias/e3ea9ff1657ce1a657309a882903c9aa to your computer and use it in GitHub Desktop.
//@flow
class Foo<Properties: Object> {
$key: $Keys<Properties> | 'c';
$value: $Values<Properties>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment