UNPKG

flatfile-csv-importer

Version:

A simple adapter for elegantly importing CSV files via flatfile.io (Typescript, ES6, Browser)

8 lines (7 loc) 210 B
import CustomerObject from './obj.customer'; export default interface EndUserObject extends CustomerObject { /** * The unique UUID Flatfile assigns to the user of your import */ id: string; }