Files
Fulfillment-Frontend/src/client/models/ProductExistsBarcodeResponse.ts
2024-04-12 07:35:41 +03:00

9 lines
202 B
TypeScript

/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type ProductExistsBarcodeResponse = {
exists: boolean;
};