Type Alias UserPremiumIncludeUpdateManyAndReturn<ExtArgs>

UserPremiumIncludeUpdateManyAndReturn<ExtArgs>: {
    user?: boolean | UserPremium$userArgs<ExtArgs>;
}

Type Parameters