diff options
Diffstat (limited to 'packages/astro/templates/actions.mjs')
-rw-r--r-- | packages/astro/templates/actions.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/templates/actions.mjs b/packages/astro/templates/actions.mjs index 5efd31133..3ff65cecf 100644 --- a/packages/astro/templates/actions.mjs +++ b/packages/astro/templates/actions.mjs @@ -55,7 +55,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>>} */ |