Type Alias UserNotificationDataMinAggregateOutputType

UserNotificationDataMinAggregateOutputType: {
    actionUrl: string | null;
    dbId: string | null;
    message: string | null;
    severity: UserNotificationSeverityEnum | null;
    title: string | null;
    userNotificationsId: string | null;
}