feat: import #831

Merged
Sainan merged 39 commits from import into main 2025-01-20 03:19:32 -08:00
Showing only changes of commit f08f6c9a20 - Show all commits

View File

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