Home > @tridion-sites/extensions > ItemUsedByQueryHook
Signature:
export type ItemUsedByQueryHook = <TItem extends IdentifiableObject>(
props: ItemUsedByQueryProps | undefined,
options?: QueryOptions<ReadonlyArray<TItem> | undefined, ApiError>,
) => QueryResult<ReadonlyArray<TItem> | undefined, ApiError>;
References: IdentifiableObject, ItemUsedByQueryProps, QueryOptions, ApiError, QueryResult