UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

6 lines 928 B
import { SynapseClientError } from '@/utils'; import { RestrictionInformationBatchRequest, RestrictionInformationBatchResponse, RestrictionInformationRequest, RestrictionInformationResponse } from '@sage-bionetworks/synapse-types'; import { UseQueryOptions } from '@tanstack/react-query'; export declare function useGetRestrictionInformation(request: RestrictionInformationRequest, options?: Partial<UseQueryOptions<RestrictionInformationResponse, SynapseClientError>>): import("@tanstack/react-query").UseQueryResult<RestrictionInformationResponse, SynapseClientError>; export declare function useGetRestrictionInformationBatch(request: RestrictionInformationBatchRequest, options?: Partial<UseQueryOptions<RestrictionInformationBatchResponse, SynapseClientError>>): import("@tanstack/react-query").UseQueryResult<RestrictionInformationBatchResponse, SynapseClientError>; //# sourceMappingURL=useRestrictionInformation.d.ts.map