Uecko_ERP/modules/supplier/src/common/dto/response/update-supplier-by-id.response.dto.ts
2026-04-05 18:35:23 +02:00

8 lines
273 B
TypeScript

import {
type GetSupplierByIdResponseDTO,
GetSupplierByIdResponseSchema,
} from "./get-supplier-by-id.response.dto";
export const UpdateSupplierByIdResponseSchema = GetSupplierByIdResponseSchema;
export type UpdateSupplierByIdResponseDTO = GetSupplierByIdResponseDTO;