File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/clients/src/api/edge_services/v1alpha1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -540,13 +540,13 @@ export interface GetBillingResponse {
540540 */
541541 extraPipelinesCost ?: Money
542542 /**
543- * Total amount of data egressed from the cache (this month), included in the
544- * active subscription plan.
543+ * Total amount of data egressed from the cache in gigabytes from the
544+ * beginning of the month, included in the active subscription plan.
545545 */
546546 currentPlanCacheUsage : number
547547 /**
548- * Total amount of data egressed from cache (this month), not included in the
549- * active subscription plan.
548+ * Total amount of extra data egressed from cache in gigabytes from the
549+ * beginning of the month, not included in the active subscription plan.
550550 */
551551 extraCacheUsage : number
552552 /**
You can’t perform that action at this time.
0 commit comments