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

12 lines
No EOL
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