CoolFace
Apppublic

enzostvs/deepsite

sourceHugging Facemitupdated 8mo agoView on Hugging Face
17klikes
huggingface.d.ts12 linesDownload Raw Back to root
1import { SpaceEntry } from "@huggingface/hub";2 3declare module "@huggingface/hub" {4  interface SpaceEntry {5    cardData?: {6      emoji?: string;7      title?: string;8      colorFrom?: string;9      colorTo?: string;10    };11  }12}