@twilio/flex-sdk
    Preparing search index...

    Interface DequeueOptions

    interface DequeueOptions {
        from?: string;
        postWorkActivitySid?: string;
        record?: string;
        statusCallbackEvents?: string;
        statusCallbackUrl?: string;
        timeout?: number;
        to?: string;
    }
    Index

    Properties

    from?: string
    postWorkActivitySid?: string
    record?: string
    statusCallbackEvents?: string
    statusCallbackUrl?: string
    timeout?: number
    to?: string