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.

11 lines (8 loc) 210 B
import { BaseModel } from '../base' export default class Product extends BaseModel { static tableName = 'products' // eslint-disable-next-line class-methods-use-this type() { return 'Product' } }