UNPKG

@uservitals/import

Version:

Import helpers for uploading feedback to UserVitals

3 lines 166 B
import { Importer } from "./types"; export declare const importItems: (apiKey: string, importer: Importer) => Promise<void>; //# sourceMappingURL=importItems.d.ts.map