UNPKG

@ultrade/ultrade-js-sdk

Version:

This package contains the original js/ts SDK.

8 lines (7 loc) 202 B
/** * System-related method arguments */ import { UpdateUserNotificationDto } from '../interface/index.ts'; export interface IReadNotificationsArgs { notifications: UpdateUserNotificationDto[]; }