UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

9 lines (8 loc) 266 B
import { EntityResource } from "../entity-resource"; export interface IEntityResourceContainer { /** * Get a collection of entity resources. * @returns A collection of {@link EntityResource}s. */ getEntityResources(): Array<EntityResource>; }