@simplyhomes/sos-client
Version:
Client SDK for SimplyHomes SOS API
14 lines (13 loc) • 463 B
TypeScript
export declare class SDK_UpdatePropertyManager_Param_Dto {
propertyManagerId: number;
}
export declare class SDK_UpdatePropertyManager_Body_Dto {
name?: string;
onboardingPerUnit?: number;
reservePerUnit?: number;
feesPercentage?: number;
}
export declare class SDK_UpdatePropertyManager_Response {
message: string;
}
export type SDK_UpdatePropertyManager_Params = SDK_UpdatePropertyManager_Param_Dto & SDK_UpdatePropertyManager_Body_Dto;