Type Alias KSRoleWithUsersUncheckedUpdateInput

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