/** * Generated by the protoc-gen-ts. DO NOT EDIT! * compiler version: 3.21.12 * source: syscontract/sync_rule.proto * git: https://github.com/thesayyn/protoc-gen-ts */ import * as pb_1 from "google-protobuf"; export namespace syscontract { export enum SyncRuleFunction { ADD = 0, GET = 1, CLEAR = 2, COMPARE = 3 } }