Type Alias ActiveInviteUncheckedUpdateWithoutTeamInput

ActiveInviteUncheckedUpdateWithoutTeamInput: {
    bitfieldToSet?: StringFieldUpdateOperationsInput | string;
    code?: StringFieldUpdateOperationsInput | string;
    currentUses?: IntFieldUpdateOperationsInput | number;
    dbId?: StringFieldUpdateOperationsInput | string;
    expiresAt?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    maxUses?: NullableIntFieldUpdateOperationsInput | number | null;
}