/**
 * Generated by orval v8.9.1 🍺
 * Do not edit manually.
 * Api
 * BookWithNesto shortlet apartment platform API
 * OpenAPI spec version: 0.1.0
 */

export interface ServicePackage {
  id: number;
  serviceType: string;
  name: string;
  priceDisplay: string;
  /** @nullable */
  priceAmount?: number | null;
  /** @nullable */
  duration?: string | null;
  /** @nullable */
  description?: string | null;
  features?: string;
  isPopular?: boolean;
  sortOrder: number;
  active: boolean;
  updatedAt?: string;
}
