fix type
This commit is contained in:
parent
c31b283809
commit
f08f6c9a20
@ -23,5 +23,5 @@ export const importController: RequestHandler = async (req, res) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
interface IImportRequest {
|
interface IImportRequest {
|
||||||
inventory: IInventoryClient;
|
inventory: Partial<IInventoryClient>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user