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

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