Initial commit
This commit is contained in:
10
node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts
generated
vendored
Executable file
10
node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts
generated
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
import { TTimerType } from '../types';
|
||||
export interface IClearRequest {
|
||||
id: number;
|
||||
method: 'clear';
|
||||
params: {
|
||||
timerId: number;
|
||||
timerType: TTimerType;
|
||||
};
|
||||
}
|
||||
//# sourceMappingURL=clear-request.d.ts.map
|
||||
Reference in New Issue
Block a user