deepsite / utils /types.ts
enzostvs's picture
enzostvs HF Staff
Add providers selector
c2c7576
raw
history blame
91 Bytes
export interface Auth {
preferred_username: string;
picture: string;
name: string;
}