Webcreat / utils /types.ts
arkleinberg's picture
Upload 40 files
e061365 verified
raw
history blame contribute delete
121 Bytes
export interface Auth {
preferred_username: string;
picture: string;
name: string;
isLocalUse?: boolean;
}