UNPKG
@orga-ai/node
Version:
beta (1.0.0-beta.1)
latest (1.0.0-beta.1)
1.0.0-beta.1
OrgaAI backend SDK for Node.js - simplifies API integration
docs.orga-ai.com
@orga-ai/node
/
dist
/
index.d.ts
4 lines
•
244 B
TypeScript
View Raw
1
2
3
4
export
{
OrgaAI
}
from
'./client'
;
export
type
{
OrgaAIConfig
,
SessionConfig
,
IceServer
,
OrgaAIErrorType
}
from
'./types'
;
export
{
OrgaAIError
,
OrgaAIAuthenticationError
,
OrgaAIServerError
}
from
'./errors'
;
//# sourceMappingURL=index.d.ts.map