e2ed
Version:
E2E testing framework over Playwright
40 lines (39 loc) • 702 B
text/typescript
export type {
ApiAddUserRequest,
ApiAddUserResponse,
ApiCreateDeviceRequest,
ApiCreateDeviceResponse,
ApiCreateProductRequest,
ApiCreateProductResponse,
ApiGetUserRequest,
ApiGetUserResponse,
ApiGetUsersRequest,
ApiGetUsersResponse,
ApiUserSignUpRequest,
ApiUserSignUpResponse,
WebSocketBaseRequest,
WebSocketBaseResponse,
WebSocketScoreRequest,
WebSocketScoreResponse,
} from './api';
export type {
ApiDevice,
ApiDeviceParams,
ApiProduct,
ApiUser,
ApiUserParams,
Device,
DeviceId,
DeviceParams,
Email,
Language,
MobileDeviceModel,
Password,
Product,
ProductId,
User,
UserId,
UserParams,
UserPhone,
UserWorker,
} from './entities';