7 lines
No EOL
342 B
TypeScript
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
|
|
} |