Type Alias UserPremiumMinAggregateOutputType

UserPremiumMinAggregateOutputType: {
    attributedAt: Date | null;
    attributionGuildId: string | null;
    attributionSource: string | null;
    dbId: string | null;
    tier: string | null;
    userId: string | null;
}