Skip to content

Type Alias: ExportOptions

ts
type ExportOptions = {
  filename: string;
  format: ExportFormat;
  humanizeData?: boolean;
  humanizeNames?: boolean;
  includeAllColumns?: boolean;
  scope: ExportScope;
};

Properties

PropertyType
filenamestring
formatExportFormat
humanizeData?boolean
humanizeNames?boolean
includeAllColumns?boolean
scopeExportScope