Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Prime810
/
Savvi-AI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Savvi-AI
/
src
/
lib
/
types.ts
Prime810
Upload 177 files
6ff567f
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
179 Bytes
export
interface
Product
{
id
:
string
;
name
:
string
;
description
:
string
;
price
:
number
;
rating
:
number
;
imageUrl
:
string
;
productUrl
:
string
;
category
:
string
;
}