UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

10 lines (9 loc) 180 B
interface FileInfo { name: string; content: string; contentType: string; } export declare class FileUtils { static downloadFile(file: FileInfo): void; } export {};