kakttus / utils /types.ts
Wasghington's picture
Upload folder using huggingface_hub
a95f034 verified
export interface Auth {
preferred_username: string;
picture: string;
name: string;
isLocalUse?: boolean;
}