DigitalConsumer.FixMyGlass/playwright-tests/framework/TestData.ts
2025-06-17 12:15:04 -04:00

7 lines
No EOL
342 B
TypeScript

import { ITestData as base } from 'safelite-playwright-core'
import { PaymentMethod } from './localTypes/Enums'
export interface ITestData extends base {
// Put any project-specific data here. Anything useful to other Safelite projects should be submitted as a pull request to safelite-playwright-core.
paymentMethod: PaymentMethod
}