interface ExportResult {
    error?: string;
    file?: IFile;
}

Properties

Properties

error?: string
file?: IFile