From 1941349ba9dcacbeea047d12d2b95c791b9d09b5 Mon Sep 17 00:00:00 2001 From: Conor Macpherson Date: Mon, 27 Mar 2023 10:01:55 -0400 Subject: [PATCH] update expansion request. --- webapp/platform/types/src/hosted_customer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/platform/types/src/hosted_customer.ts b/webapp/platform/types/src/hosted_customer.ts index 73878205af..8b3a7099f7 100644 --- a/webapp/platform/types/src/hosted_customer.ts +++ b/webapp/platform/types/src/hosted_customer.ts @@ -76,7 +76,7 @@ export interface TrueUpReviewStatusReducer extends TrueUpReviewStatus { getRequestState: RequestState; } -export interface SelfHostedExpansionRequest { +export type SelfHostedExpansionRequest = { seats: number; license_id: string; }