crap
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type ProductCreateResponse = {
|
||||
product_id: number;
|
||||
ok: boolean;
|
||||
message: string;
|
||||
productId?: (number | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user