UNPKG

@commercetools-frontend/cypress

Version:
6 lines (5 loc) 466 B
import { Matcher as TMatcher } from '@testing-library/dom'; import { type CommandLoginOptions as TCommandLoginOptions, type LoginToMerchantCenterForCustomViewCommandLoginOptions as TLoginToMerchantCenterForCustomViewCommandLoginOptions } from './login'; export type CommandLoginOptions = TCommandLoginOptions; export type LoginToMerchantCenterForCustomViewCommandLoginOptions = TLoginToMerchantCenterForCustomViewCommandLoginOptions; export type Matcher = TMatcher;