interface FileParameter {
    data: any;
    fileName: string;
}

Properties

Properties

data: any
fileName: string