Interface Call

interface Call {
    props?: {};
    resp?: boolean;
    sessid?: string;
    type?: string;
    version?: string;
}

Properties

props?: {}

Type declaration

    resp?: boolean
    sessid?: string
    type?: string
    version?: string