Type Alias CFMessageWebhookUncheckedUpdateInput

CFMessageWebhookUncheckedUpdateInput: {
    avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    cfCustomMessageId?: StringFieldUpdateOperationsInput | string;
    dbId?: StringFieldUpdateOperationsInput | string;
    enabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}