Reminix TypeScript SDK - v0.7.1
    Preparing search index...

    Interface Context

    Request context passed to handlers.

    interface Context {
        conversationId?: string;
        custom?: Record<string, unknown>;
        userId?: string;
    }
    Index

    Properties

    conversationId?: string
    custom?: Record<string, unknown>
    userId?: string