Files
vat-api.eu/node_modules/nuxt/dist/app/entry.async.d.ts
2026-02-13 22:02:30 +01:00

4 lines
116 B
TypeScript

import type { Entry } from './entry.js';
declare const entry: Entry | (() => Promise<Entry>);
export default entry;