What the linter reports:
actionType “value” must be create, update, delete, or custom.
Examples
- Incorrect
- Correct
api/models/widget/actions/create.ts
Disallow invalid actionType values in model action options.
actionType “value” must be create, update, delete, or custom.