Neah/node_modules/next/dist/server/dev/dev-indicator-server-state.d.ts
2025-04-24 17:19:14 +02:00

5 lines
148 B
TypeScript

export type DevIndicatorServerState = typeof devIndicatorServerState;
export declare const devIndicatorServerState: {
disabledUntil: number;
};