Membrane SDK - v0.8.4
    Preparing search index...

    Interface UsageEntry

    interface UsageEntry {
        workspaceId?: string;
        orgId?: string;
        customerId?: string;
        connectionId?: string;
        key: UsageType;
        time: string;
        value: number;
    }
    Index

    Properties

    workspaceId?: string
    orgId?: string
    customerId?: string
    connectionId?: string
    time: string
    value: number