Returns the content(s) of all files matching the given pattern.

interface FilesQuery {
    matchesPathRegex?: string;
    roles?: FileRole[];
    type: "files";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of FilesQuery

Properties

matchesPathRegex?: string
roles?: FileRole[]
type: "files"

used to select the query type :)