Skip to content

BatchErrors

Example Usage

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

let value: BatchErrors = {
  object: "list",
  data: [],
};

Fields

FieldTypeRequiredDescription
object"list"✔️N/A
datacomponents.BatchErrorData[]✔️N/A