/** * Record page view output view data */ export interface RecordPageViewOutputViewData { pageViewId: string; }