Type alias PropertyType

PropertyType: {
    key: string;
    value: number | Vector3;
}

Type declaration