5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
export type DevIndicatorServerState = typeof devIndicatorServerState;
|
|
export declare const devIndicatorServerState: {
|
|
disabledUntil: number;
|
|
};
|