Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface CallbackResponse<A, I>

    interface CallbackResponse<A, I> {
        action?: A;
        instructions?: I[];
    }

    Type Parameters

    • A
    • I
    Index

    Properties

    action?: A
    instructions?: I[]