Type Alias UserNotificationDataSelect<ExtArgs>

UserNotificationDataSelect<ExtArgs>: GetSelect<{
    actionUrl?: boolean;
    dbId?: boolean;
    message?: boolean;
    severity?: boolean;
    title?: boolean;
    userNotifications?: boolean | UserNotificationData$userNotificationsArgs<ExtArgs>;
    userNotificationsId?: boolean;
}, ExtArgs["result"]["userNotificationData"]>

Type Parameters