@stigg/node-server-sdk - v4.22.1

    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