Skip to content

Decimal

@tsed/objection

Usage

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

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

Overview

ts
function Decimal(options?: DecimalOptions): any;

Released under the MIT License.