Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 842 Bytes

File metadata and controls

18 lines (13 loc) · 842 Bytes

EventsIngestResponse

Example Usage

import { EventsIngestResponse } from "@polar-sh/sdk/models/components/eventsingestresponse.js";

let value: EventsIngestResponse = {
  inserted: 61041,
};

Fields

Field Type Required Description
inserted number ✔️ Number of events inserted.
duplicates number Number of duplicate events skipped.