Type Alias UserBirthdayInclude<ExtArgs>

UserBirthdayInclude<ExtArgs>: {
    user?: boolean | UserBirthday$userArgs<ExtArgs>;
}

Type Parameters