IOTConnect-Web/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts
2024-05-09 09:49:52 +08:00

12 lines
277 B
TypeScript

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