initial commit
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { peachProduct } from './peachProduct';
|
||||
export type peachCreateProductResponse = {
|
||||
result?: peachProduct;
|
||||
};
|
||||
|
Reference in New Issue
Block a user