UNPKG
cui-server
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.3
0.3.0
0.2.3
0.2.2
0.2.0
Web UI Agent Platform based on Claude Code
github.com/bmpixel/cui
bmpixel/cui
cui-server
/
dist
/
types
/
express.d.ts
5 lines
•
154 B
TypeScript
View Raw
1
2
3
4
5
import
{
Request
}
from
'express'
;
export
interface
RequestWithRequestId
extends
Request
{
requestId
?:
string
; }
//# sourceMappingURL=express.d.ts.map