/**
 * 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 { DocumentUpdateStatus } from './documentUpdateStatus';

export interface DocumentUpdate {
  name?: string;
  category?: string;
  owner?: string;
  status?: DocumentUpdateStatus;
  expiresAt?: Date;
  fileUrl?: string;
}
