We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type is missing: Type '"MANAGE_ORDERS_IMPORT"' is not assignable to type 'AppPermission'.ts(2322)
Type '"MANAGE_ORDERS_IMPORT"' is not assignable to type 'AppPermission'.ts(2322)
import { AppPermission, WebhookManifest } from "@saleor/app-sdk/types"; const getName = () => "schemabase datahub"; const getPermissions = (): AppPermission[] => { return [ "MANAGE_ORDERS", "MANAGE_ORDERS_IMPORT", "MANAGE_CHANNELS", "MANAGE_PRODUCTS", "MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES", "MANAGE_DISCOUNTS", "MANAGE_GIFT_CARD", "MANAGE_SHIPPING", "MANAGE_USERS", ]; };
Automatically update these types, as there always seems something to be missing.
…
The text was updated successfully, but these errors were encountered:
lkostrowski
Successfully merging a pull request may close this issue.
What I'm trying to achieve
Type is missing:
Type '"MANAGE_ORDERS_IMPORT"' is not assignable to type 'AppPermission'.ts(2322)
Describe a proposed solution
Automatically update these types, as there always seems something to be missing.
Other solutions I've tried and won't work
…
Screenshots or mockups
The text was updated successfully, but these errors were encountered: