Type Alias ActiveInviteMinAggregateOutputType

ActiveInviteMinAggregateOutputType: {
    bitfieldToSet: string | null;
    code: string | null;
    currentUses: number | null;
    dbId: string | null;
    expiresAt: Date | null;
    maxUses: number | null;
    teamId: string | null;
}