Initial boiler plate project
This commit is contained in:
13
node_modules/next/dist/telemetry/events/session-stopped.d.ts
generated
vendored
Normal file
13
node_modules/next/dist/telemetry/events/session-stopped.d.ts
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
export type EventCliSessionStopped = {
|
||||
cliCommand: string;
|
||||
nextVersion: string;
|
||||
nodeVersion: string;
|
||||
turboFlag?: boolean | null;
|
||||
durationMilliseconds?: number | null;
|
||||
pagesDir?: boolean;
|
||||
appDir?: boolean;
|
||||
};
|
||||
export declare function eventCliSessionStopped(event: Omit<EventCliSessionStopped, 'nextVersion' | 'nodeVersion'>): {
|
||||
eventName: string;
|
||||
payload: EventCliSessionStopped;
|
||||
}[];
|
||||
Reference in New Issue
Block a user