Type Alias UserPremiumSelect<ExtArgs>

UserPremiumSelect<ExtArgs>: GetSelect<{
    attributedAt?: boolean;
    attributionGuildId?: boolean;
    attributionSource?: boolean;
    dbId?: boolean;
    tier?: boolean;
    user?: boolean | UserPremium$userArgs<ExtArgs>;
    userId?: boolean;
}, ExtArgs["result"]["userPremium"]>

Type Parameters