scandit-web-datacapture-id
Version:
Scandit Data Capture SDK for the Web
10 lines (9 loc) • 469 B
TypeScript
import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable";
import type { ArgentinaIdBarcodeResultJSON } from "../SerializedTypes";
export declare class ArgentinaIdBarcodeResult implements Serializable<ArgentinaIdBarcodeResultJSON> {
protected json: ArgentinaIdBarcodeResultJSON;
get personalIdNumber(): string;
get documentCopy(): string;
private static fromJSON;
toJSONObject(): ArgentinaIdBarcodeResultJSON;
}