Type Alias UserPremiumDefaultArgs<ExtArgs>

UserPremiumDefaultArgs<ExtArgs>: {
    include?: UserPremiumInclude<ExtArgs> | null;
    omit?: UserPremiumOmit<ExtArgs> | null;
    select?: UserPremiumSelect<ExtArgs> | null;
}

UserPremium without action

Type Parameters

Type declaration