Reference to a file, either by path or by data.

interface FileRef {
    fileData?: any;
    filePath?: string;
}

Properties

Properties

fileData?: any
filePath?: string