rdesign/frontend/node_modules/next/dist/server/dev/dev-indicator-server-state....

5 lines
148 B
TypeScript

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