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