Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created February 24, 2022 21:10
Show Gist options
  • Save ajcrites/6fdbd794680c8de364da40ee76c15af8 to your computer and use it in GitHub Desktop.
Save ajcrites/6fdbd794680c8de364da40ee76c15af8 to your computer and use it in GitHub Desktop.
+ export interface AuthSuccessResponse {
+ access_token: string;
+ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment