Type Alias UserActiveGuildSubscriptionScalarWhereWithAggregatesInput

UserActiveGuildSubscriptionScalarWhereWithAggregatesInput: {
    AND?: UserActiveGuildSubscriptionScalarWhereWithAggregatesInput | UserActiveGuildSubscriptionScalarWhereWithAggregatesInput[];
    NOT?: UserActiveGuildSubscriptionScalarWhereWithAggregatesInput | UserActiveGuildSubscriptionScalarWhereWithAggregatesInput[];
    OR?: UserActiveGuildSubscriptionScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"UserActiveGuildSubscription"> | string;
    guildId?: StringWithAggregatesFilter<"UserActiveGuildSubscription"> | string;
    subscriptionId?: StringNullableWithAggregatesFilter<"UserActiveGuildSubscription"> | string | null;
    userId?: StringWithAggregatesFilter<"UserActiveGuildSubscription"> | string;
}