4 lines
201 B
TypeScript
4 lines
201 B
TypeScript
import type { Knex } from 'knex';
|
|
import type { Ctx } from '../types';
|
|
export declare const applySearch: (knex: Knex.QueryBuilder, query: string, ctx: Ctx) => void;
|
|
//# sourceMappingURL=search.d.ts.map
|