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

11 lines
252 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type GetProductBarcodePdfResponse = {
base64String: string;
filename: string;
mimeType: string;
};