Files
astro-directus-shop/node_modules/astro/dist/cli/db/index.d.ts
T

5 lines
128 B
TypeScript

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