Skip to content

BuildFilterOptions

Defined in: packages/repo/src/filter.ts:28

Options for building a checked filter expression from user input.

optional columnMap?: Record<string, string>

Defined in: packages/repo/src/filter.ts:30

Proto field name → database column name mapping.


optional extraDecls?: Decl[]

Defined in: packages/repo/src/filter.ts:33

Additional declarations merged with contextDecls(schema).