Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created February 24, 2022 18:56
Show Gist options
  • Save ajcrites/9f5b17ce1149ac60f61aefe19702ce22 to your computer and use it in GitHub Desktop.
Save ajcrites/9f5b17ce1149ac60f61aefe19702ce22 to your computer and use it in GitHub Desktop.
- token_type: string | null;
- access_token: string | null;
- isLoader: boolean;
isMakingAuthRequest: boolean;
isLoggedIn: boolean;
- authToken: string | null;
- loyalty_access_token: string | null;
+ authToken?: string;
+ loyaltyToken?: string;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment