/*! * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ export interface CopyDescriptor { sourcePath: string | URL; fileName: string; }