export type PagingState = { complete: boolean; recordCount: number; nextUrl?: string; pageToken?: string; };