Type Alias UserSessionUncheckedUpdateManyWithoutUserInput

UserSessionUncheckedUpdateManyWithoutUserInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    expiresAt?: DateTimeFieldUpdateOperationsInput | Date | string;
    key?: StringFieldUpdateOperationsInput | string;
}