UNPKG

scandit-web-datacapture-id

Version:

Scandit Data Capture SDK for the Web

9 lines (8 loc) 425 B
import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable"; import type { ColombiaIdBarcodeResultJSON } from "../SerializedTypes"; export declare class ColombiaIdBarcodeResult implements Serializable<ColombiaIdBarcodeResultJSON> { protected json: ColombiaIdBarcodeResultJSON; get bloodType(): string; private static fromJSON; toJSONObject(): ColombiaIdBarcodeResultJSON; }