@stigg/js-client-sdk - v4.6.0

    Type Alias ReportUsageFragment

    type ReportUsageFragment = {
        __typename?: "UsageMeasurementWithCurrentUsage";
        credit?:
            | {
                __typename?: "UsageMeasurementCredit";
                currencyId: string;
                currentUsage: number;
                timestamp: any;
                usagePeriodEnd?: any
                | null;
            }
            | null;
        currentUsage?: number
        | null;
        customerId: string;
        featureId: string;
        id: any;
        nextResetDate?: any | null;
        resourceId?: string | null;
        timestamp: any;
        usagePeriodEnd?: any | null;
        usagePeriodStart?: any | null;
    }
    Index

    Properties

    __typename?: "UsageMeasurementWithCurrentUsage"
    credit?:
        | {
            __typename?: "UsageMeasurementCredit";
            currencyId: string;
            currentUsage: number;
            timestamp: any;
            usagePeriodEnd?: any
            | null;
        }
        | null
    currentUsage?: number | null
    customerId: string
    featureId: string
    id: any
    nextResetDate?: any | null
    resourceId?: string | null
    timestamp: any
    usagePeriodEnd?: any | null
    usagePeriodStart?: any | null
    MMNEPVFCICPMFPCPTTAAATR