/**
 * Generated by orval v8.9.1 🍺
 * Do not edit manually.
 * Api
 * Model Directory & Booking Platform API
 * OpenAPI spec version: 0.1.0
 */
import type { RegisterModelAccountInputProStatus } from './registerModelAccountInputProStatus';

export interface RegisterModelAccountInput {
  name: string;
  email: string;
  password: string;
  city: string;
  proStatus: RegisterModelAccountInputProStatus;
  price1h: number;
  price2h: number;
  priceFullDay: number;
  priceNight?: number;
  services: string;
  whatsappNumber: string;
  photoUrl?: string;
  bio?: string;
}
