Variable WatchRequest

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

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            collectionname?: string;
            paths?: string[];
        } & {
            collectionname?: string;
            paths?: string[] & string[] & { [ K in string | symbol]: never };
        } & { [ K in string | number | symbol]: never }

      Parameters

      • Optional base: I

      Returns WatchRequest

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            collectionname?: string;
            paths?: string[];
        } & {
            collectionname?: string;
            paths?: string[] & string[] & { [ K in string | symbol]: never };
        } & { [ K in string | number | symbol]: never }

      Parameters

      • object: I

      Returns WatchRequest

  • toJSON:function

Generated using TypeDoc