/**
 * Generated by orval v8.9.1 🍺
 * Do not edit manually.
 * Api
 * Model Directory & Booking Platform API
 * OpenAPI spec version: 0.1.0
 */
import type { ModelProfileUpdateProStatus } from './modelProfileUpdateProStatus';
export interface ModelProfileUpdate {
    name?: string;
    city?: string;
    bio?: string;
    photoUrl?: string;
    proStatus?: ModelProfileUpdateProStatus;
    price1h?: number;
    price2h?: number;
    priceFullDay?: number;
    priceNight?: number;
    services?: string;
    whatsappNumber?: string;
}
//# sourceMappingURL=modelProfileUpdate.d.ts.map