# RoundToDenomOptions

`interface` in `utils` · v0.8.11

<https://docs.seedcord.org/packages/utils/0.8.11/interfaces/round-to-denom-options>

```ts
interface RoundToDenomOptions
```

## Properties

### precision

```ts
precision: number;
```

Number of decimal places to include in the rounded result.

### suffixes

```ts
suffixes: readonly string[]
```

Suffixes to use for each denomination level, one per thousand. Shortening stops at the last one, so a shorter list leaves a larger number in front of it.
