Type Alias $UserPremiumPayload<ExtArgs>
$UserPremiumPayload<ExtArgs>: { composites: {}; name: "UserPremium"; objects: { user: $UserPayload<ExtArgs> | null; }; scalars: GetPayloadResult<{ attributedAt: Date | null; attributionGuildId: string | null; attributionSource: string | null; dbId: string; tier: string; userId: string; }, ExtArgs["result"]["userPremium"]>; }