UNPKG

@cardscan.ai/insurance-cardscan-react

Version:

A library that makes it easy to add health insurance card scanning to any web application

7 lines (6 loc) 126 B
export type CardScanError = { message: string; type: string; code: number; isCardScanError: boolean; };