Type Alias UserBirthdayMinAggregateOutputType

UserBirthdayMinAggregateOutputType: {
    date: string | null;
    dbId: string | null;
    lastChanged: Date | null;
    lastYearCongratulated: number | null;
    userId: string | null;
}