feat: shipping warehouse page

This commit is contained in:
2024-08-25 04:19:05 +03:00
parent 76d37d54d9
commit 9b71738f24
24 changed files with 475 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type UpdateShippingWarehouseResponse = {
ok: boolean;
message: string;
};