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

Properties

Properties

fileData?: any
filePath?: string