export type UpcomingNotification = {
    /**
     * Indicates if the object needs to have upcoming notification enabled.
     */
    enableNotification?: boolean;
};
