Skip to content

IntegrationObject

Example Usage

typescript
import { IntegrationObject } from "@meetkai/mka1/models/components";

let value: IntegrationObject = {
  type: "wandb",
  wandb: {
    project: "<value>",
  },
};

Fields

FieldTypeRequiredDescription
type"wandb"✔️N/A
wandbcomponents.Wandb✔️N/A