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