Skip to content

Entity

@tsed/objection

Usage

typescript
import { Entity } from "@tsed/objection";

See /packages/orm/objection/src/types/decorators/entity.ts.

Overview

ts
function Entity(tableName: string): ClassDecorator;

Released under the MIT License.