Interface InputFileLocal

A file defined by a local path. Subtype of InputFile.

interface InputFileLocal {
    @type: "inputFileLocal";
    path: string;
}

Properties

Properties

@type: "inputFileLocal"
path: string

Local path to the file.