type Measurement = {
    distance: number;
    from: string;
    id: string;
    label: string;
    slope: number;
    text: string | null;
    to: string;
    u: number;
    v: number;
    x: number;
    y: number;
}
Index

Properties

distance: number
from: string
id: string
label: string
slope: number
text: string | null
to: string
u: number
v: number
x: number
y: number