mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 11:50:31 +00:00
feat: import resources from csv/xlsx
This commit is contained in:
11
packages/server/src/services/Import/ImportFilePreview.ts
Normal file
11
packages/server/src/services/Import/ImportFilePreview.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Service } from 'typedi';
|
||||
|
||||
@Service()
|
||||
export class ImportFilePreview {
|
||||
/**
|
||||
*
|
||||
* @param {number} tenantId
|
||||
* @param {number} importId
|
||||
*/
|
||||
public preview(tenantId: number, importId: number) {}
|
||||
}
|
||||
Reference in New Issue
Block a user