export type PlaywrightValueSortBy = | 'size' | 'top' | 'left' | 'bottom' | 'left' | 'right'; export type OrderDirection = 'ASC' | 'DESC';