5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
interface NotifyWrapper {
|
|
count: number;
|
|
|
|
[notifyId: number]: Notification;
|
|
} |