Type Alias User$birthdayArgs<ExtArgs>

User$birthdayArgs<ExtArgs>: {
    include?: UserBirthdayInclude<ExtArgs> | null;
    omit?: UserBirthdayOmit<ExtArgs> | null;
    select?: UserBirthdaySelect<ExtArgs> | null;
    where?: UserBirthdayWhereInput;
}

User.birthday

Type Parameters

Type declaration