LogFeedbackSources

July 15, 2025 ยท View on GitHub

Example Usage

import { LogFeedbackSources } from "@inkeep/inkeep-analytics/models/operations";

let value: LogFeedbackSources = {
  type: "new",
};

Fields

FieldTypeRequiredDescription
typeoperations.LogFeedbackFeedbackResponseType:heavy_check_mark:N/A
titlestring:heavy_minus_sign:N/A
urlstring:heavy_minus_sign:N/A

Contents

  1. 1Example Usage
  2. 2Fields