IOTConnect-Web/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts
2024-05-09 09:49:52 +08: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