/** * The View Name as object. */ export interface ViewItem { ViewName: string; Query: string; }