Skip to content

Commit

Permalink
created WorkspacePriceParams
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-MK committed Jan 7, 2025
1 parent 7295de6 commit a8ed8ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/languages/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ type AccountOwnerParams = {accountOwnerEmail: string};

type ExportedToIntegrationParams = {label: string; markedManually?: boolean; inProgress?: boolean; lastModified?: string};

type WorkspacePriceParams = {price: string};

type IntegrationsMessageParams = {
label: string;
result: {
Expand Down Expand Up @@ -724,6 +726,7 @@ export type {
ReportArchiveReasonsClosedParams,
ReportArchiveReasonsMergedParams,
ReportPolicyNameParams,
WorkspacePriceParams,
ReportArchiveReasonsInvoiceReceiverPolicyDeletedParams,
ReportArchiveReasonsRemovedFromPolicyParams,
RequestAmountParams,
Expand Down

0 comments on commit a8ed8ba

Please sign in to comment.