Type Alias ActiveInviteScalarWhereWithAggregatesInput

ActiveInviteScalarWhereWithAggregatesInput: {
    AND?: ActiveInviteScalarWhereWithAggregatesInput | ActiveInviteScalarWhereWithAggregatesInput[];
    NOT?: ActiveInviteScalarWhereWithAggregatesInput | ActiveInviteScalarWhereWithAggregatesInput[];
    OR?: ActiveInviteScalarWhereWithAggregatesInput[];
    bitfieldToSet?: StringWithAggregatesFilter<"ActiveInvite"> | string;
    code?: StringWithAggregatesFilter<"ActiveInvite"> | string;
    currentUses?: IntWithAggregatesFilter<"ActiveInvite"> | number;
    dbId?: StringWithAggregatesFilter<"ActiveInvite"> | string;
    expiresAt?:
        | DateTimeNullableWithAggregatesFilter<"ActiveInvite">
        | Date
        | string
        | null;
    maxUses?: IntNullableWithAggregatesFilter<"ActiveInvite"> | number | null;
    teamId?: StringWithAggregatesFilter<"ActiveInvite"> | string;
}