import CreateProductResponse from "./CreateProductResponse"; export default interface UpdateProductResponse extends CreateProductResponse { }