Interface FileSystemDataSourceConfiguration

Hierarchy

  • FileSystemDataSourceConfiguration

Properties

Properties

paths: string[]

The paths to the files to read data from.

type: "file"
yamlParser?: ((data) => any)

Type declaration

    • (data): any
    • A function to parse the data from the file.

      Parameters

      • data: string

      Returns any

Generated using TypeDoc