Type Alias ClientFAQUncheckedUpdateWithoutClientInput

ClientFAQUncheckedUpdateWithoutClientInput: {
    answer?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    identifier?: StringFieldUpdateOperationsInput | string;
    question?: NullableStringFieldUpdateOperationsInput | string | null;
}