UNPKG

alinea

Version:
21 lines (19 loc) 416 B
import { integer, text } from "../chunks/chunk-R2IV7GJV.js"; import { table } from "../chunks/chunk-H54PGW2N.js"; import "../chunks/chunk-PNILF4WM.js"; import "../chunks/chunk-NZLE2WMY.js"; // src/core/EntrySearch.ts var EntrySearch = table("EntrySearch", { title: text().notNull(), searchableText: text().notNull(), rank: integer().notNull(), rowid: integer().notNull() }); export { EntrySearch };