makearmy-app/node_modules/next/dist/server/dev/dev-indicator-server-state.d.ts

5 lines
148 B
TypeScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
export type DevIndicatorServerState = typeof devIndicatorServerState;
export declare const devIndicatorServerState: {
disabledUntil: number;
};