Type Alias UserActiveGuildSubscriptionGroupByOutputType

UserActiveGuildSubscriptionGroupByOutputType: {
    _count: UserActiveGuildSubscriptionCountAggregateOutputType | null;
    _max: UserActiveGuildSubscriptionMaxAggregateOutputType | null;
    _min: UserActiveGuildSubscriptionMinAggregateOutputType | null;
    dbId: string;
    guildId: string;
    subscriptionId: string | null;
    userId: string;
}