Home > @theweave/api > NotificationCount
NotificationCount type
Signature:
typescript
export type NotificationCount = {
low: number;
medium: number;
high: number;
};