Skip to content

Instantly share code, notes, and snippets.

@ci7lus
Created August 20, 2022 14:01
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 ci7lus/1963aac29ead2ff3e6b7821af3511950 to your computer and use it in GitHub Desktop.
Save ci7lus/1963aac29ead2ff3e6b7821af3511950 to your computer and use it in GitHub Desktop.
type DeviceCodeResult = {
device_code: string
user_code: string
verification_url: string
expires_in: number
interval: number
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment