Type Alias UserNotificationsMinAggregateOutputType

UserNotificationsMinAggregateOutputType: {
    dbId: string | null;
    isRead: boolean | null;
    userId: string | null;
}