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

export interface ProjectQrResource {
  id: string;
  projectId: string;
  /** @nullable */
  worksiteId?: string | null;
  keyVersion: string;
  status: ProjectQrResourceStatus;
  /** True only for authorized corporate users; never available to employee or supervisor mobile roles. */
  printable: boolean;
  /** @nullable */
  printUrl?: string | null;
}
