lingjing/node_modules/next/dist/server/dev/dev-indicator-server-state.d.ts
2026-02-23 09:51:43 +00:00

5 lines
148 B
TypeScript

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