Files
dd0c-site/node_modules/astro/dist/cli/sync/index.d.ts

7 lines
175 B
TypeScript
Raw Normal View History

2026-03-22 20:00:13 +00:00
import { type Flags } from '../flags.js';
interface SyncOptions {
flags: Flags;
}
export declare function sync({ flags }: SyncOptions): Promise<0 | undefined>;
export {};