"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const StringProperty_1 = require("./StringProperty");
class FileProperty extends StringProperty_1.StringProperty {
}
FileProperty.TYPE = 'file';
exports.FileProperty = FileProperty;