Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save realtomaszkula/87bbad3fc25b9c6b127c662b0b3e655a to your computer and use it in GitHub Desktop.
Save realtomaszkula/87bbad3fc25b9c6b127c662b0b3e655a to your computer and use it in GitHub Desktop.
type Label<T extends object> = { [key in keyof T]: string };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment