update expansion request.

This commit is contained in:
Conor Macpherson
2023-03-27 10:01:55 -04:00
parent d5a891702c
commit 1941349ba9

View File

@@ -76,7 +76,7 @@ export interface TrueUpReviewStatusReducer extends TrueUpReviewStatus {
getRequestState: RequestState;
}
export interface SelfHostedExpansionRequest {
export type SelfHostedExpansionRequest = {
seats: number;
license_id: string;
}