UNPKG

@simplyhomes/sos-client

Version:

Client SDK for SimplyHomes SOS API

16 lines (15 loc) 463 B
export declare class SDK_UpdateOwner_Param_Dto { ownerId: number; } export declare class SDK_UpdateOwner_Body_Dto { name?: string; simplyMinAcquisitionFee?: number; simplyMaxAcquisitionFee?: number; requiredStartupReservesPerUnit?: number; insurancePercentage?: number; simplyAcquisitionPercentage?: number; simplyRenovationManagementFeePercentage?: number; } export declare class SDK_UpdateOwner_Response { message: string; }