UNPKG

@veryfi/veryfi-sdk

Version:

Node.js module for communicating with the Veryfi OCR API

8 lines (6 loc) 230 B
import {BoundingElement} from "./BoundingElement"; export declare type ShipTo = { address?: null | string | BoundingElement; name?: null | string | BoundingElement; parsed_address?: null | Record<string, unknown>; };