Files
Fulfillment-Frontend/src/client/models/ProductUploadImageResponse.ts
2024-07-21 10:58:51 +03:00

11 lines
250 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type ProductUploadImageResponse = {
ok: boolean;
message: string;
imageUrl?: (string | null);
};