ByteArrayProperty: AbstractBaseProperty & {
    subtype: string;
    type: "ByteArrayProperty";
    values: number[];
}