Skip to content

EntityMethods

@tsed/objection

Usage

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

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

Overview

ts
interface EntityMethods<T> extends Type<T> {
    readonly tableName: string;
}

readonly tableName

ts
readonly tableName: string;

Released under the MIT License.