Type Alias UserBirthdayMaxAggregateOutputType

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