seedling/source/app/tests/nightwatchjs.d.ts

10 lines
167 B
TypeScript
Raw Normal View History

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