wuhu-torn-helper/src/interface/NotifyWrapper.ts
2022-09-09 18:03:47 +08:00

5 lines
85 B
TypeScript

interface NotifyWrapper {
count: number;
[notifyId: number]: Notification;
}