Files
pyrofetes/src/app/services/api/model/get-customer-dto.ts
T
2026-06-10 21:40:37 +02:00

19 lines
339 B
TypeScript

/**
* PyroFetes
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface GetCustomerDto {
id?: number;
note?: string | null;
customerTypeId?: number;
customerType?: string | null;
}