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