알람 링크
This commit is contained in:
2
src/shared/@types/global.d.ts
vendored
2
src/shared/@types/global.d.ts
vendored
@@ -1,3 +1,4 @@
|
||||
import { AlarmLinkOptions } from '@/entities/alarm/model/types';
|
||||
import { LoginResponse } from '@/entities/user/model/types';
|
||||
import type { DefaultEvents, EventEmitter } from '@webview-bridge/web';
|
||||
|
||||
@@ -43,5 +44,6 @@ declare global {
|
||||
postMessage: (data: string) => void;
|
||||
};
|
||||
saveToken: (token: LoginResponse) => void;
|
||||
alarmLink: (options: AlarmLinkOptions) => void;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user