export interface IPropertyTenantRequest {
    tenantId: string;
    startDate: string;
    endDate: string;
    paidDay: number;
    rentPrice: number;
    rentPeriod: number;
}
