Files

4 lines
99 B
TypeScript
Raw Permalink Normal View History

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