알람 링크

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

@@ -60,4 +60,8 @@ export interface AppAlarmUnreadCountParams {
};
export interface AppAlarmUnreadCountResponse {
unreadCount: number;
};
export interface AlarmLinkOptions {
linkUrl: string;
};