Files
Fulfillment-Frontend/src/client/models/DealBillRequestSchema.ts
2024-08-08 07:54:43 +03:00

13 lines
302 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type DealBillRequestSchema = {
dealId: number;
createdAt: string;
paid: boolean;
pdfUrl: (string | null);
invoiceNumber: (string | null);
};