> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/apps/llms.txt)
> Source: https://docs.saleor.io/api-reference/apps/enums/app-type-enum

# AppTypeEnum Enum

Enum determining type of your App.

<a id="values"></a>

### Values

<a id="local"></a>

#### [`LOCAL`](#local)

Local Saleor App. The app is fully manageable from dashboard. You can change assigned permissions, add webhooks, or authentication token

<a id="thirdparty"></a>

#### [`THIRDPARTY`](#thirdparty)

Third party external App. Installation is fully automated. Saleor uses a defined App manifest to gather all required information.

<a id="member-of"></a>

### Member Of

[`App`](/api-reference/apps/objects/app.md) object  ● [`AppFilterInput`](/api-reference/apps/inputs/app-filter-input.md) input
