/** * Record page view input view data */ export interface RecordPageViewInputViewData { path: string; userId?: string; }