Duplicated from enzostvs/deepsite
ea6c2a8
1
2
3
4
5
6
export interface Auth { preferred_username: string; picture: string; name: string; }