summaryrefslogtreecommitdiff
path: root/packages/astro/templates/actions.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/templates/actions.mjs')
-rw-r--r--packages/astro/templates/actions.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/templates/actions.mjs b/packages/astro/templates/actions.mjs
index dad29aa37..0aa22f508 100644
--- a/packages/astro/templates/actions.mjs
+++ b/packages/astro/templates/actions.mjs
@@ -59,7 +59,7 @@ function toActionProxy(actionCallback = {}, aggregatedPath = '') {
/**
* @param {*} param argument passed to the action when called server or client-side.
* @param {string} path Built path to call action by path name.
- * @param {import('../dist/@types/astro.d.ts').APIContext | undefined} context Injected API context when calling actions from the server.
+ * @param {import('../dist/types/public/context.js').APIContext | undefined} context Injected API context when calling actions from the server.
* Usage: `actions.[name](param)`.
* @returns {Promise<import('../dist/actions/runtime/virtual/shared.js').SafeResult<any, any>>}
*/