Type Alias UserActiveGuildSubscriptionMinAggregateOutputType

UserActiveGuildSubscriptionMinAggregateOutputType: {
    dbId: string | null;
    guildId: string | null;
    subscriptionId: string | null;
    userId: string | null;
}