Skip to content

Instantly share code, notes, and snippets.

@TCotton
Created August 19, 2025 07:26
Show Gist options
  • Select an option

  • Save TCotton/2597e88b4f3882ecbc3f3f0f8fb82f94 to your computer and use it in GitHub Desktop.

Select an option

Save TCotton/2597e88b4f3882ecbc3f3f0f8fb82f94 to your computer and use it in GitHub Desktop.
typescript autocomplete
type AutoComplete =
| 'astring'
| 'bstring'
| 'cstring'
| (string & {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment