interface RParseRequestFromFile {
    content: string;
    request: "file";
}

Properties

Properties

content: string

The path to the file represented in the FlowrAnalyzerFilesContext. See RParseRequests for multiple files.

request: "file"