/// autogenerated by protoc-plugin-js import type { PropertyKey } from './PropertyKey' import type { Condition } from './Condition' export * from './Filter/encode.js' export * from './Filter/decode.js' export type Filter = { key: PropertyKey conditions: Condition[] }