Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppPublicCategory
The public-facing category for an app.
Signature:
export declare enum AppPublicCategory
Member | Value | Description |
---|---|---|
Custom | "CUSTOM" |
The app’s public category is [custom](https://shopify.dev/apps/distribution#capabilities-and-requirements). |
Other | "OTHER" |
The app’s public category is other. An app is in this category if it’s not classified under any of the other app types (private, public, or custom). |
Private | "PRIVATE" |
The app’s public category is [private](https://shopify.dev/apps/distribution#deprecated-app-types). |
Public | "PUBLIC" |
The app’s public category is [public](https://shopify.dev/apps/distribution#capabilities-and-requirements). |