wuhu-torn-helper/src/ts/interface/NotifyWrapper.ts
2022-12-08 16:20:02 +08:00

5 lines
85 B
TypeScript

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