This commit is contained in:
2023-07-26 13:01:59 +02:00
parent 0d9b47c69d
commit c862288b37
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import { apiAxiosInstance } from "@/service";
export type ReprocessItemValues = {
typeID: number;
name: string;
buy: number;
buy_reprocess: number;
sell: number;