What the linter reports:
- Use ActionOnSuccess for onSuccess.
- Use ActionRun for run.
- Type onSuccess as ActionOnSuccess.
- Type run as ActionRun.
Examples
- Incorrect
- Correct
api/models/widget/actions/create.ts
Require Gadget action run and onSuccess exports to use generated type annotations.