Interface: GetOptions
Properties
| Property | Type | Description |
|---|---|---|
parseOptions? |
| CsvParseOptions | "csv" | "buffer" | "text" | "json" |
If provided, determines how to parse the result, default is "json". |
scope? |
DataScope |
If provided, determines where to fetch data from, default is DataScope.Skill. |
type? |
DataType |
If provided, determines whether to fetch from file store or JSON store, default is `DataType.Json'. |