Files
dealplustech/dealplustech-astro/node_modules/astro/dist/actions/runtime/virtual.d.ts
2026-03-02 12:35:14 +07:00

5 lines
240 B
TypeScript

import type { ActionClient } from './server.js';
export * from 'virtual:astro:actions/runtime';
export declare function getActionPath(action: ActionClient<any, any, any>): string;
export declare const actions: Record<string | symbol, any>;