UNPKG

component-dbs-core

Version:

DTO objects shared among device backend

8 lines (7 loc) 247 B
export declare class ForgotPwdTestSuite { params: object[]; getParameterForTestCase(testCase: number, testWithMockApi: boolean): Promise<"" | "email@gmail.com" | { email: string; testCaseCode: number; } | undefined>; }