Skip to content

Commit

Permalink
add endTime and startTime
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic committed Jan 28, 2025
1 parent 82736d8 commit c5fdff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/ajax/billing/billing-models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ export interface WorkspaceSpendData {
credits: string;
currency: string;
googleProjectId: string;
endTime?: string;
startTime?: string;
subAggregation: { aggregationKey: 'Category'; spendData: CategorySpendData[] };
workspace: { name: string; namespace: string };
}
Expand Down

0 comments on commit c5fdff7

Please sign in to comment.