Hhertz/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts
2025-07-31 23:47:20 +03:00

10 lines
236 B
TypeScript

import { TTimerType } from '../types';
export interface ICallNotification {
id: null;
method: 'call';
params: {
timerId: number;
timerType: TTimerType;
};
}
//# sourceMappingURL=call-notification.d.ts.map