BuildFilterOptions
Defined in: packages/repo/src/filter.ts:28
Options for building a checked filter expression from user input.
Properties
Section titled “Properties”columnMap?
Section titled “columnMap?”
optionalcolumnMap?:Record<string,string>
Defined in: packages/repo/src/filter.ts:30
Proto field name → database column name mapping.
extraDecls?
Section titled “extraDecls?”
optionalextraDecls?:Decl[]
Defined in: packages/repo/src/filter.ts:33
Additional declarations merged with contextDecls(schema).