Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit e34280d

Browse files
authored
fix: Import response (#834)
1 parent 4557135 commit e34280d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/pcm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export interface PcmProductsEndpoint
189189
* @param file - The file you want to upload. The file type is `.csv`.
190190
* @constructor
191191
*/
192-
ImportProducts(file: FormData): Promise<{}>
192+
ImportProducts(file: FormData): Promise<Resource<PcmJob>>
193193

194194
/**
195195
* Attach Nodes

0 commit comments

Comments
 (0)