Interface FileSource

FileSource ($ref: "Files.Source") Represents a file source.

interface FileSource {
    id: string;
    name: string;
    path: string;
}

Properties

Properties

id: string
name: string
path: string