deepsite / src /utils /types.ts
enzostvs's picture
enzostvs HF Staff
Initial ✨
ea6c2a8
raw
history blame
91 Bytes
export interface Auth {
preferred_username: string;
picture: string;
name: string;
}