Type Alias User$premiumArgs<ExtArgs>

User$premiumArgs<ExtArgs>: {
    include?: UserPremiumInclude<ExtArgs> | null;
    omit?: UserPremiumOmit<ExtArgs> | null;
    select?: UserPremiumSelect<ExtArgs> | null;
    where?: UserPremiumWhereInput;
}

User.premium

Type Parameters

Type declaration