> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/enumerations/base-interval-unit.md).

# BaseIntervalUnit

## Enumeration Members

### Days

```ts
Days: "DAYS";
```

Interval period in days.

***

### Months

```ts
Months: "MONTHS";
```

Interval period in months.

***

### Weeks

```ts
Weeks: "WEEKS";
```

Interval period in weeks.

***

### Years

```ts
Years: "YEARS";
```

Interval period in years.
