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

    Type Alias TriggerSubscriptionUsageSyncInput

    Input for triggering usage sync

    type TriggerSubscriptionUsageSyncInput = {
        customerId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        resourceId?: InputMaybe<Scalars["String"]>;
    }
    Index

    Properties

    customerId: Scalars["String"]

    The customer id to trigger usage sync for

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

    The environment id to trigger usage sync for

    resourceId?: InputMaybe<Scalars["String"]>

    The resource id to trigger usage sync for

    MMNEPVFCICPMFPCPTTAAATR