import type { CopySourceRefV3 } from '../schemas/CopySourceRefV3'; import type { CopyTargetRefV3 } from '../schemas/CopyTargetRefV3'; /** * One copy operation from a source to a target registry */ export interface CopyResourceItemV3 { source: CopySourceRefV3; target: CopyTargetRefV3; }