File size: 96 Bytes
664c219
 
 
 
 
1
2
3
4
5
6
export interface Auth {
  preferred_username: string;
  picture: string;
  name: string;
}