Variable: FileType
const FileType: {
DIRECTORY: "DIRECTORY";
FILE: "FILE";
};
Defined in: src/models/model-security-enums.ts:49
File type in the scanned model tree.
Type Declaration
DIRECTORY
readonly DIRECTORY: "DIRECTORY" = 'DIRECTORY';
FILE
readonly FILE: "FILE" = 'FILE';