Package version:

Interface FileReferenceInputDataSource

Describes a file input data source that contains reference data.

interface FileReferenceInputDataSource {
    path?: string;
    type: "File";
}

Hierarchy (view full)

Properties

Properties

path?: string

The path of the file.

type: "File"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc