Initial commit
This commit is contained in:
12
node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts
generated
vendored
Executable file
12
node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts
generated
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user