fixed the ts error

This commit is contained in:
Vladyslav Matsiiako
2023-06-09 15:31:38 -07:00
parent 4299a76fcd
commit df6d23d1d3

View File

@ -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 {