kjelsrud.dev/node_modules/astro/dist/cli/telemetry/index.d.ts
2023-07-19 21:31:30 +02:00

6 lines
205 B
TypeScript

import type yargs from 'yargs-parser';
interface TelemetryOptions {
flags: yargs.Arguments;
}
export declare function update(subcommand: string, { flags }: TelemetryOptions): Promise<void>;
export {};