import { i64, Vec } from "./_commons"; export interface PageVisitEventSampleEntry { /** The array of samples. */ values: Vec; } /** Sample event represents time/value tuple */ export type Sample = [i64, i64];