UNPKG

@veryfi/veryfi-sdk

Version:

Node.js module for communicating with the Veryfi OCR API

10 lines (8 loc) 202 B
/** * Additional request parameters type */ export declare type VeryfiExtraArgs = Record< string | number | symbol, string | number | boolean >; export type JsonObject = Record<string, any>;