Preview: index.d.ts
Size: 509 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/cy/index.d.ts
/// <reference types="cypress" />
declare namespace Cypress {
type AbLoginParams = {
email?: string;
password?: string;
loginPath?: string;
}
type AbKeepLoggedInParams = {
cookie?: string;
}
interface Chainable<Subject> {
abLogin(params?: AbLoginParams): Chainable<any>;
abLoginAPI(params?: AbLoginParams): Chainable<any>;
abGetProperty(propertyPath: string, selector?: string): Chainable<any>;
abKeepLoggedIn(params?: AbKeepLoggedInParams): Chainable<any>;
}
}
Directory Contents
Dirs: 1 × Files: 4