export interface SnapshotContext {
    startIndex?: number;
    totalCount?: number;
    countPerPage?: number;
    prefetchBuffer?: any[];
}
