export type UUID = string; export type Timestamp = number; export type Vector = number[];