export type QueryObj = any> = O | ((...args: any[]) => O); export interface ParsedGotoUrlObject { destination: string; id: string; isSamePage?: boolean; duration: number; } export interface ParsedPageComponentUrlObject { targetPage: TargetPage; currentPage: CurrentPage; viewTag: ViewTag; }