Skip to content

Instantly share code, notes, and snippets.

@David200197
Last active May 16, 2025 16:09
Show Gist options
  • Select an option

  • Save David200197/8c266da3a6ccbfda76c46827ee2e9ad0 to your computer and use it in GitHub Desktop.

Select an option

Save David200197/8c266da3a6ccbfda76c46827ee2e9ad0 to your computer and use it in GitHub Desktop.
Prettify
// Force type expansion so they are displayed flat and readable in the editor.
export type Prettify<T> = {
[K in keyof T]: T[K]
} & {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment