21 lines
338 B
TypeScript
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;
|
|
}
|