@edgible-team/sdk
    Preparing search index...

    Interface BillingResourceUsage

    GET /billing-organizations/{id}/usage — usage rollup plus the configured limits.

    interface BillingResourceUsage {
        limits?: ResourceLimits;
        usage: ResourceUsage;
    }
    Index

    Properties

    Properties

    limits?: ResourceLimits

    Absent when the billing org has no limits configured.

    usage: ResourceUsage