Skip to content

Commit

Permalink
🪟 🔧 Update frontend typing of cloud api response (#21086)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephkmh authored and jbfbell committed Jan 13, 2023
1 parent d780fe9 commit c3d842f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export enum CreditStatus {
export interface CloudWorkspace {
name: string;
workspaceId: string;
billingUserId: string;
creatorUserId: string;
remainingCredits: number;
creditStatus?: CreditStatus;
lastCreditPurchaseIncrementTimestamp?: number | null;
Expand Down

0 comments on commit c3d842f

Please sign in to comment.