Skip to content

Decimal128

@tsed/mongoose

Usage

typescript
import { Decimal128 } from "@tsed/orm/mongoose/src/types/decorators/numberDecimal";

See /packages/orm/mongoose/src/types/decorators/numberDecimal.ts.

Overview

ts
type Decimal128 = Types.Decimal128;

Released under the MIT License.