Type Alias ClientChangelogUncheckedUpdateInput

ClientChangelogUncheckedUpdateInput: {
    changes?: ClientChangelogUpdatechangesInput | string[];
    clientId?: StringFieldUpdateOperationsInput | string;
    date?: DateTimeFieldUpdateOperationsInput | Date | string;
    dbId?: StringFieldUpdateOperationsInput | string;
    identifier?: StringFieldUpdateOperationsInput | string;
    isPublic?: BoolFieldUpdateOperationsInput | boolean;
    thumbnail?: NullableStringFieldUpdateOperationsInput | string | null;
    title?: StringFieldUpdateOperationsInput | string;
}