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