Type Alias KSRoleWithUsersUncheckedUpdateManyWithoutKickStreamerInput

KSRoleWithUsersUncheckedUpdateManyWithoutKickStreamerInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    roleId?: StringFieldUpdateOperationsInput | string;
    userIds?: KSRoleWithUsersUpdateuserIdsInput | string[];
}