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