Variable UnWatchResponse

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

Type declaration

Generated using TypeDoc