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