seedling/source/ui/tests/nightwatchjs.d.ts
Roman Jaroš 5246efb027 Add API monorepo
Change-Id: I39aa1707744bb86c4bc9113157bbf815bb3fe33a
2023-09-10 22:25:09 +02:00

9 lines
167 B
TypeScript

import { Definition } from 'nightwatch';
declare module 'nightwatch' {
interface NightwatchCustomPageObjects {
}
export interface NightwatchCustomCommands {
}
}