kjelsrud.dev/node_modules/astro/dist/cli/telemetry/index.d.ts

7 lines
205 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import type yargs from 'yargs-parser';
interface TelemetryOptions {
flags: yargs.Arguments;
}
export declare function update(subcommand: string, { flags }: TelemetryOptions): Promise<void>;
export {};