e2ed
Version:
E2E testing framework over Playwright
22 lines (21 loc) • 366 B
text/typescript
export type {
ApiDevice,
ApiDeviceParams,
Device,
DeviceId,
DeviceParams,
MobileDeviceModel,
} from './device';
export type {ApiProduct, Product, ProductId} from './product';
export type {
ApiUser,
ApiUserParams,
Email,
Language,
Password,
User,
UserId,
UserParams,
UserPhone,
} from './user';
export type {UserWorker} from './worker';