Skip to content

@sourceloop/notification-service / Exports / NotificationSettingsDto

Class: NotificationSettingsDto

Hierarchy

  • Model

    NotificationSettingsDto

Table of contents

Constructors

Properties

Constructors

constructor

new NotificationSettingsDto(data?)

Parameters

Name Type
data? Partial<NotificationSettingsDto>

Overrides

Model.constructor

Defined in

services/notification-service/src/models/notification-settings-dto.model.ts:31

Properties

endTime

Optional endTime: Date

Defined in

services/notification-service/src/models/notification-settings-dto.model.ts:29


ids

Optional ids: string[]

Defined in

services/notification-service/src/models/notification-settings-dto.model.ts:9


startTime

Optional startTime: Date

Defined in

services/notification-service/src/models/notification-settings-dto.model.ts:22


userId

Optional userId: string[]

Defined in

services/notification-service/src/models/notification-settings-dto.model.ts:15