UNPKG

component-dbs-core

Version:

DTO objects shared among device backend

9 lines (8 loc) 214 B
export declare class PhoneVerifyTestSuite { params: object[]; getParameterForTestCase(testCase: number): Promise<{ phone: string; deviceUuid: string; testCaseCode: number; }>; }