UNPKG
@robylon/robylon-web-react-sdk
Version:
latest (1.1.1)
staging (1.1.2-staging.1)
1.1.2-staging.1
1.1.2-staging.0
1.1.1
1.0.0
React SDK for Robylon AI Chatbot
app.robylon.ai
OneWorldNation/robylon-web-react-sdk
@robylon/robylon-web-react-sdk
/
dist
/
cjs
/
types
/
config.d.ts
5 lines
(4 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
CONFIG
: {
readonly
copilotUrl
:
string
|
undefined
;
readonly
environment
:
string
|
undefined
; };