/**
 * Generated by orval v8.9.1 🍺
 * Do not edit manually.
 * Api
 * Model Directory & Booking Platform API
 * OpenAPI spec version: 0.1.0
 */
import type { ProfileUpdateApprovalStatus } from './profileUpdateApprovalStatus';
import type { ProfileUpdateProStatus } from './profileUpdateProStatus';
export interface ProfileUpdate {
    name?: string;
    city?: string;
    photoUrl?: string;
    bio?: string;
    proStatus?: ProfileUpdateProStatus;
    price1h?: number;
    price2h?: number;
    priceFullDay?: number;
    priceNight?: number;
    services?: string;
    contactPlatform?: string;
    whatsappNumber?: string;
    approvalStatus?: ProfileUpdateApprovalStatus;
    isFeatured?: boolean;
    isActive?: boolean;
    tags?: string[];
}
//# sourceMappingURL=profileUpdate.d.ts.map