File size: 115 Bytes
ea6c2a8
 
 
 
94b66c3
ea6c2a8
1
2
3
4
5
6
7
export interface Auth {
  preferred_username: string;
  picture: string;
  name: string;
  isLocalUse?: boolean;
}