# ScheduledTaskInterval

## Example Usage

```typescript
import { ScheduledTaskInterval } from "@flexprice/sdk/sdk/models";

let value: ScheduledTaskInterval = "15MIN";

// Open enum: unrecognized values are captured as Unrecognized<string>
```

## Values

```typescript
"15MIN" | "30MIN" | "custom" | "hourly" | "daily" | Unrecognized<string>
```