UNPKG

lynx-framework

Version:

lynx is a NodeJS framework for Web Development, based on decorators and the async/await support.

7 lines (6 loc) 145 B
import BaseEntity from './base.entity'; export default class Setting extends BaseEntity { id: number; name: string; value: string; }