/* 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; }