UNPKG

@teikei/api

Version:

Teikei API server. Teikei is the software that powers ernte-teilen.org, a website that maps out Community-supported Agriculture in Germany.

6 lines (4 loc) 131 B
import { BaseModel } from './base' export default class EntriesSearch extends BaseModel { static tableName = 'entries_search' }