/**
 * Generated by orval v8.23.0 🍺
 * Do not edit manually.
 * Api
 * API operativa de Y.E. Transport & Constructors
 * OpenAPI spec version: 1.0.0
 */
import type { DeviceRegistrationInputPlatform } from './deviceRegistrationInputPlatform';

export interface DeviceRegistrationInput {
  /**
     * @minLength 16
     * @maxLength 255
     */
  installationId: string;
  platform: DeviceRegistrationInputPlatform;
  /** @maxLength 190 */
  model?: string;
  /** @maxLength 80 */
  osVersion?: string;
  /** @maxLength 80 */
  appVersion?: string;
}
