UNPKG

@scandit/web-datacapture-id

Version:

Scandit Data Capture SDK for the Web

10 lines (9 loc) 437 B
import { Quadrilateral } from "@scandit/web-datacapture-core"; import type { Serializable } from "@scandit/web-datacapture-core/build/js/private/Serializable"; import type { LocalizedOnlyIdJSON } from "../SerializedTypes"; export declare class LocalizedOnlyId implements Serializable<LocalizedOnlyIdJSON> { private _location; get location(): Quadrilateral; private static fromJSON; toJSONObject(): LocalizedOnlyIdJSON; }