UNPKG
web2api-server
Version:
latest (0.3.0)
0.3.0
0.1.8
0.1.8-bun
0.1.7
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
server part of web2api service(1/2)
github.com/slow-groovin/web2api-ai-sdk-provider
web2api-server
/
src
/
shared-types.d.ts
13 lines
(12 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
type
{
ModelId
,
RxErrorType
,
RxRegisterType
,
RxStreamErrorType
,
RxStreamType
,
RxType
,
TxChatType
,
TxErrorType
,
TxType
, }
from
"./ws/type.ts"
;
export
type
{
ServerState
}
from
"./handler/api.ts"
;