Interface GetOptions

Hierarchy

  • GetOptions

Index

Properties

Properties

Optional parseOptions

parseOptions: "buffer" | "text" | "json" | "csv" | CsvParseOptions

If provided, determines how to parse the result, default is "json".

Optional scope

scope: DataScope

If provided, determines where to fetch data from, default is DataScope.Skill.

Optional type

type: DataType

If provided, determines whether to fetch from file store or JSON store, default is `DataType.Json'.

Generated using TypeDoc