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