Variable UnRegisterQueueResponse

UnRegisterQueueResponse: {
    create<I>(base?: I): UnRegisterQueueResponse;
    decode(input: Uint8Array | Reader, length?: number): UnRegisterQueueResponse;
    encode(_: UnRegisterQueueResponse, writer?: Writer): Writer;
    fromJSON(_: any): UnRegisterQueueResponse;
    fromPartial<I>(_: I): UnRegisterQueueResponse;
    toJSON(_: UnRegisterQueueResponse): unknown;
}

Type declaration

Generated using TypeDoc