UNPKG

@sasjs/adapter

Version:

JavaScript adapter for SAS

9 lines (8 loc) 142 B
/** * Represents an object that is passed to the file uploader. * */ export interface UploadFile { file: File; fileName: string; }