Introduction
Migration
Appearance
import { EntityMethods } from "@tsed/objection";
See /packages/orm/objection/src/types/decorators/entity.ts.
interface EntityMethods<T> extends Type<T> { readonly tableName: string; }
readonly tableName: string;