enzostvs/deepsite
17k
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}