.
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
export type NextTelemetryOptions = {
|
||||
enable?: boolean;
|
||||
disable?: boolean;
|
||||
};
|
||||
declare const nextTelemetry: (options: NextTelemetryOptions, arg: string) => void;
|
||||
export { nextTelemetry };
|
||||
Reference in New Issue
Block a user