IOTConnect-Web/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts

10 lines
231 B
TypeScript
Raw Permalink Normal View History

2024-05-09 01:49:52 +00:00
import { TTimerType } from '../types';
export interface IClearRequest {
id: number;
method: 'clear';
params: {
timerId: number;
timerType: TTimerType;
};
}
//# sourceMappingURL=clear-request.d.ts.map