ActivityNotificationSubscriberResponseDto Example Usage import { ActivityNotificationSubscriberResponseDto } from "@novu/api/models/components"; let value: ActivityNotificationSubscriberResponseDto = { subscriberId: "<id>", id: "<id>", }; Fields Field Type Required Description firstName string ➖ First name of the subscriber subscriberId string ✔️ External unique identifier of the subscriber id string ✔️ Internal to Novu unique identifier of the subscriber lastName string ➖ Last name of the subscriber email string ➖ Email address of the subscriber phone string ➖ Phone number of the subscriber