# InheritanceAction

## Example Usage

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

let value: InheritanceAction = "remove";
```

## Values

```typescript
"add" | "remove"
```