Files
dealplustech/dealplustech-astro/node_modules/astro/dist/cli/db/index.d.ts
2026-03-02 12:35:14 +07:00

5 lines
128 B
TypeScript

import type { Arguments } from 'yargs-parser';
export declare function db({ flags }: {
flags: Arguments;
}): Promise<void>;