IOTConnect-Web/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts

12 lines
277 B
TypeScript
Raw Permalink Normal View History

2024-05-09 01:49:52 +00:00
import { TTimerType } from '../types';
export interface ISetNotification {
id: null;
method: 'set';
params: {
delay: number;
now: number;
timerId: number;
timerType: TTimerType;
};
}
//# sourceMappingURL=set-notification.d.ts.map