deepsite / utils /types.ts
enzostvs's picture
enzostvs HF Staff
Local use usage
94b66c3
raw
history blame contribute delete
115 Bytes
export interface Auth {
preferred_username: string;
picture: string;
name: string;
isLocalUse?: boolean;
}