Membrane React - v0.2.1
    Preparing search index...

    Interface UsageEntry

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

    Properties

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