2026-04-05 16:35:23 +00:00
|
|
|
import {
|
|
|
|
|
type GetSupplierByIdResponseDTO,
|
|
|
|
|
GetSupplierByIdResponseSchema,
|
|
|
|
|
} from "./get-supplier-by-id.response.dto";
|
2026-03-30 11:57:42 +00:00
|
|
|
|
2026-04-05 16:35:23 +00:00
|
|
|
export const UpdateSupplierByIdResponseSchema = GetSupplierByIdResponseSchema;
|
|
|
|
|
export type UpdateSupplierByIdResponseDTO = GetSupplierByIdResponseDTO;
|