interface UploadFileOptions {
    file_base64: string;
    filename: string;
    path?: string;
    public?: boolean;
}

Properties

file_base64: string
filename: string
path?: string

Path where the file will be stored. Such as /reports/

public?: boolean