Home > @tridion-sites/extensions > ContainerItemsQueryHook
Signature:
export type ContainerItemsQueryHook = (
props?: ContainerItemsQueryProps,
options?: QueryOptions<ReadonlyArray<RepositoryLocalObject> | undefined, ApiError>,
) => QueryResult<ReadonlyArray<RepositoryLocalObject> | undefined, ApiError>;
References: ContainerItemsQueryProps, QueryOptions, RepositoryLocalObject, ApiError, QueryResult