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