Browser-Strutture-Musa/src/api/models/tipo-prestazione-res-dto.ts
2025-11-13 14:03:34 +01:00

21 lines
338 B
TypeScript

/* tslint:disable */
/* eslint-disable */
/* Code generated by ng-openapi-gen DO NOT EDIT. */
export interface TipoPrestazioneResDto {
/**
* Codice tipo-prestazione
*/
codice: string;
/**
* Descrizione tipo-prestazione
*/
descrizione: string;
/**
* Unique identifier for tipo-prestazione
*/
id: number;
}