7 lines
301 B
TypeScript
Raw Normal View History

2026-03-31 20:40:16 +08:00
// Auto-generated stub — replace with real implementation
export {};
export const isProactiveActive: any = (() => {}) as any;
export const activateProactive: any = (() => {}) as any;
export const isProactivePaused: any = (() => {}) as any;
export const deactivateProactive: any = (() => {}) as any;