IDeployFilename extended to include the URL to the stored resource.

interface IDeployFileCopyPath {
    filename: string;
    folder: string;
    type: EFileType;
    url: string;
}

Hierarchy (view full)

Properties

Properties

filename: string
folder: string
type: EFileType
url: string