mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-28 03:09:16 +08:00
10 lines
249 B
TypeScript
10 lines
249 B
TypeScript
/**
|
|
* External dependencies
|
|
*/
|
|
import { CustomerSubscriptions as CustomerSubscriptionsBase } from '@inpsyde/playwright-utils/build';
|
|
|
|
export class CustomerSubscriptions extends CustomerSubscriptionsBase {
|
|
// Locators
|
|
// Actions
|
|
// Assertions
|
|
}
|