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