DoubleProperty: AbstractBaseProperty & {
    type: "DoubleProperty";
    value: number;
}