This commit is contained in:
Sainan 2025-01-20 12:09:37 +01:00
parent c31b283809
commit f08f6c9a20

View File

@ -23,5 +23,5 @@ export const importController: RequestHandler = async (req, res) => {
}; };
interface IImportRequest { interface IImportRequest {
inventory: IInventoryClient; inventory: Partial<IInventoryClient>;
} }