Interface UsageEntry

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

Properties

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