UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

7 lines (6 loc) 247 B
import { table } from 'rado'; export declare const EntrySearch: import("rado").Table<{ title: import("rado").ValueColumn<string>; searchableText: import("rado").ValueColumn<string>; }>; export type EntrySearch = table<typeof EntrySearch>;