/**
 * Generated by orval v8.23.0 🍺
 * Do not edit manually.
 * Api
 * API operativa de Y.E. Transport & Constructors
 * OpenAPI spec version: 1.0.0
 */

export interface MobileCredentialIssueInput {
  /**
     * Opcional; si se omite se genera un código aleatorio de 12 a 20 caracteres. Rechaza SSN y secuencias débiles.
     * @minLength 6
     * @maxLength 20
     * @pattern ^[A-Za-z0-9_-]+$
     */
  employeeCode?: string;
}
