@gibme/asterisk-gateway-interface
    Preparing search index...

    Type Alias Response

    Responses a response to a channel command

    type Response = {
        arguments: ResponseArguments;
        code: number;
        result: number;
    }
    Index

    Properties

    Properties

    code: number
    result: number