next.js / examples /auth0 /additional.d.ts
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
export {};
declare global {
interface Window {
__user: any;
}
}