deepsite / utils /types.ts
Wasghington's picture
Upload folder using huggingface_hub
9a0be7c verified
raw
history blame contribute delete
115 Bytes
export interface Auth {
preferred_username: string;
picture: string;
name: string;
isLocalUse?: boolean;
}