Type alias NotificationData

NotificationData: {
    consultationTerm?: ConsultationTerm;
    course?: API.Course;
    notification?: BulkNotification;
    order?: API.Order;
    payment?: API.Payment;
    pdf?: Pdf;
    product?: ProductItems;
    productable?: ProductItems;
    stationaryEvent?: API.StationaryEvent;
    topicContent?: TopicableBase;
    webinar?: API.Webinar;
}

Type declaration

Generated using TypeDoc