Variable WatchResponse

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

Type declaration

Generated using TypeDoc