/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/telemetry/events
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/telemetry/events/session-stopped.d.ts (455B)
export type EventCliSessionStopped = {
cliCommand: string;
nextVersion: string;
nodeVersion: string;
turboFlag?: boolean | null;
durationMilliseconds?: number | null;
pagesDir?: boolean;
appDir?: boolean;
isRspack: boolean;
};
export declare function eventCliSessionStopped(event: Omit
): {
eventName: string;
payload: EventCliSessionStopped;
}[];