import {ref} from "vue"; import {Pos} from "@/sdk"; export type PhotoRaw = { id: string url: string meterPerPixel: number time: number, measures: Array, fixPoints: Array, basePoints: Array baseLines: Array } export const photos = ref([])