Type Alias: ExportOptions
ts
type ExportOptions = {
filename: string;
format: ExportFormat;
humanizeData?: boolean;
humanizeNames?: boolean;
includeAllColumns?: boolean;
scope: ExportScope;
};Properties
| Property | Type |
|---|---|
filename | string |
format | ExportFormat |
humanizeData? | boolean |
humanizeNames? | boolean |
includeAllColumns? | boolean |
scope | ExportScope |