Some work

This commit is contained in:
WBHarry 2025-08-01 04:24:25 +02:00
parent 9d025bf105
commit dc9c08911b
60 changed files with 3569 additions and 428 deletions

View file

@ -43,6 +43,12 @@ export const range = {
}
};
export const templateTypes = {
...CONST.MEASURED_TEMPLATE_TYPES,
EMANATION: 'emanation',
INFRONT: 'inFront'
};
export const rangeInclusion = {
withinRange: {
id: 'withinRange',