Type Alias UserActiveGuildSubscriptionMaxAggregateOutputType

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