klawdyoss's picture
upload limpo
20ec4ad
raw
history blame contribute delete
115 Bytes
export interface Auth {
preferred_username: string;
picture: string;
name: string;
isLocalUse?: boolean;
}