Are you an LLM? You can read better optimized documentation at /api/orm/objection/types/decorators/interface-decimal-options.md for this page in Markdown format
DecimalOptions
@tsed/objection
Usage
typescript
import { DecimalOptions } from "@tsed/objection";Overview
ts
interface DecimalOptions {
precision?: number | null;
scale?: number;
}precision
ts
precision?: number | null;scale
ts
scale?: number;