Introduction
Migration
Appearance
import { Entity } from "@tsed/objection";
See /packages/orm/objection/src/types/decorators/entity.ts.
function Entity(tableName: string): ClassDecorator;