Files
pyrofetes/src/app/services/api/model/get-customer-dto.ts
T
2025-12-11 14:32:46 +01:00

18 lines
305 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;
}