ActiveInviteGroupByOutputType: {
    _avg: ActiveInviteAvgAggregateOutputType | null;
    _count: ActiveInviteCountAggregateOutputType | null;
    _max: ActiveInviteMaxAggregateOutputType | null;
    _min: ActiveInviteMinAggregateOutputType | null;
    _sum: ActiveInviteSumAggregateOutputType | null;
    bitfieldToSet: string;
    code: string;
    currentUses: number;
    dbId: string;
    expiresAt: Date | null;
    maxUses: number | null;
    teamId: string;
}