Files
im/types/NotificationElem.ts
T

4 lines
99 B
TypeScript
Raw Normal View History

2025-12-05 16:10:52 +08:00
interface NotificationElem {
detail:string; // 通知详情json
}
export default NotificationElem;