@stigg/js-client-sdk - v3.94.0

    Type Alias UsageEventsReportInput

    Input parameters for reporting usage events

    type UsageEventsReportInput = {
        environmentId?: InputMaybe<Scalars["UUID"]>;
        usageEvents: UsageEventReportInput[];
    }
    Index

    Properties

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    usageEvents: UsageEventReportInput[]

    A list of usage events to report

    MMNEPVFCICPMFPCPTTAAATR