mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
dependencies: bump (major)
TODO: drop the "const argv = argvObj as Record<string, any>;" hack Refs: yargs/yargs#2175
This commit is contained in:
@@ -11,9 +11,9 @@ import type {
|
||||
import BaseService from './BaseService';
|
||||
import config from '../../config';
|
||||
|
||||
interface NotificationServiceEvents {
|
||||
type NotificationServiceEvents = {
|
||||
NOTIFICATION_COUNT_CHANGE: (payload: {id: number; data: NotificationCount}) => void;
|
||||
}
|
||||
};
|
||||
|
||||
const DEFAULT_QUERY_LIMIT = 20;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user