import { UserIdentity } from "@omnia/fx-models"; import { NavigationArchiveInfoType } from "."; export interface NavigationArchiveInfoQueryRequest { searchText: string; archivedBy?: UserIdentity; types: Array; nextPage?: string; rowLimit?: number; from?: Date; to?: Date; }