UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

8 lines (7 loc) 286 B
import { QueryLoadingResource } from "../../models/query-loading-resource"; import { EntityLoadOption } from "./entity-load-option"; export declare class ScrollRequest extends QueryLoadingResource { scrollId: string; scrollTime: Date; entityLoadOptions: EntityLoadOption; }