Skip to main content
RecommendedStrictAuto-fixableScope
warnerrortrueGlobal action files
Related Gadget documentation: Gadget docs
What the linter reports:
Remove actionType from global actions.

Examples

api/actions/sendEmail.ts
export const options: ActionOptions = {
  // actionType only applies to model actions, not global actions
  actionType: "create",
  returnType: true,
};
Last modified on March 10, 2026