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

21 lines
376 B
TypeScript

/* tslint:disable */
/* eslint-disable */
/* Code generated by ng-openapi-gen DO NOT EDIT. */
export interface FindAccountStipulatoriResDto {
/**
* Unique identifier for the account-stipulatore
*/
id: number;
/**
* Unique identifier for the account
*/
idAccount: number;
/**
* Unique identifier for the stipulatore
*/
idStipulatore: number;
}