/**
 * System-related method arguments
 */
import { UpdateUserNotificationDto } from '../interface/index.ts';
export interface IReadNotificationsArgs {
    notifications: UpdateUserNotificationDto[];
}
