Type Alias TeamCountOutputTypeSelect<ExtArgs>

TeamCountOutputTypeSelect<ExtArgs>: {
    activeInvites?: boolean | TeamCountOutputTypeCountActiveInvitesArgs;
    teamMembers?: boolean | TeamCountOutputTypeCountTeamMembersArgs;
}

Type Parameters