UNPKG

verificac19-sdk

Version:
17 lines (16 loc) 354 B
/** * The shape of a Test */ export interface Test { disease: string; typeOfTest: string; testName: string; testNameAndManufacturer: null; dateTimeOfCollection: string; dateTimeOfTestResult: null; testResult: string; testingCentre: string; countryOfVaccination: string; certificateIssuer: string; certificateIdentifier: string; }