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

Properties

Properties

content: string

The path to the file (an absolute path is probably best here). See RParseRequests for multiple files.

request: "file"