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