Reminix TypeScript SDK - v0.7.1
Docs
GitHub
Preparing search index...
@reminix/runtime
Context
Interface Context
Request context passed to handlers.
interface
Context
{
conversationId
?:
string
;
custom
?:
Record
<
string
,
unknown
>
;
userId
?:
string
;
}
Index
Properties
conversation
Id?
custom?
user
Id?
Properties
Optional
conversation
Id
conversationId
?:
string
Optional
custom
custom
?:
Record
<
string
,
unknown
>
Optional
user
Id
userId
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversation
Id
custom
user
Id
Docs
GitHub
Reminix TypeScript SDK - v0.7.1
Loading...
Request context passed to handlers.