Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-app-factory
like
39
Running
App
Files
Files
Community
2
main
ai-app-factory
/
src
/
types.mts
jbilcke-hf
HF staff
initial commit
9c9e5d3
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
62 Bytes
export
interface
RepoFile
{
path
:
string
content
:
string
}