interface NotificationReason {
    notificationReasonType?: NotificationReasonType;
    targetIdentities?: IdentityRef[];
}

Hierarchy (View Summary)

Properties

notificationReasonType?: NotificationReasonType
targetIdentities?: IdentityRef[]