알람 링크

This commit is contained in:
focp212@naver.com
2025-11-04 09:34:33 +09:00
parent 628e1974a1
commit f1f20c0373
3 changed files with 11 additions and 0 deletions

View File

@@ -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;
}
}