# TaskType

## Example Usage

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

let value: TaskType = "EXPORT";

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

## Values

```typescript
"IMPORT" | "EXPORT" | Unrecognized<string>
```