diff --git a/frontend/src/hooks/api/types.ts b/frontend/src/hooks/api/types.ts index 5545218284..3bbd50e671 100644 --- a/frontend/src/hooks/api/types.ts +++ b/frontend/src/hooks/api/types.ts @@ -3,7 +3,7 @@ export type { IncidentContact } from './incidentContacts/types'; export type { UserWsKeyPair } from './keys/types'; export type { Organization } from './organization/types'; export type { CreateServiceTokenDTO, ServiceToken } from './serviceTokens/types'; -export type { GetSubscriptionPlan, SubscriptionPlan } from './subscriptions/types'; +export type { SubscriptionPlan } from './subscriptions/types'; export type { WsTag } from './tags/types'; export type { AddUserToWsDTO, AddUserToWsRes, OrgUser, User } from './users/types'; export type {