import { GetOpenNotificationsList } from './GetOpenNotificationsList'; import { Response } from '../../../services/models/response' export class GetOpenNotificationsResponse extends Response { public GetOpenNotificationsList: GetOpenNotificationsList []; }