Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ainz
/
oai-proxy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
oai-proxy
/
src
/
types
/
custom.d.ts
idos
Duplicate from khanon/oai-proxy
f81f327
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
import
{
Express
}
from
"express-serve-static-core"
;
import
{
Key
}
from
"../keys"
;
declare
global
{
namespace
Express
{
interface
Request
{
key?:
Key
;
}
}
}