Files
website/node_modules/astro/dist/cli/sync/index.d.ts
2024-05-06 17:15:30 -04:00

7 lines
215 B
TypeScript

import type yargs from 'yargs-parser';
interface SyncOptions {
flags: yargs.Arguments;
}
export declare function sync({ flags }: SyncOptions): Promise<import("../../core/sync/index.js").ProcessExit>;
export {};