Type Alias UserBirthdaySelect<ExtArgs>

UserBirthdaySelect<ExtArgs>: GetSelect<{
    date?: boolean;
    dbId?: boolean;
    lastChanged?: boolean;
    lastYearCongratulated?: boolean;
    user?: boolean | UserBirthday$userArgs<ExtArgs>;
    userId?: boolean;
    whereToCongratulate?: boolean;
}, ExtArgs["result"]["userBirthday"]>

Type Parameters