UNPKG

@iexec/dataprotector

Version:

This product enables users to confidentially store data–such as mail address, documents, personal information ...

7 lines (6 loc) 380 B
import { GetUserAddOnlyAppWhitelistGraphQLResponse } from '../../types/graphQLTypes.js'; import { Address } from '../../types/index.js'; import { SubgraphConsumer } from '../../types/internalTypes.js'; export declare function getUserAddOnlyAppWhitelistQuery({ graphQLClient, user, }: SubgraphConsumer & { user: Address; }): Promise<GetUserAddOnlyAppWhitelistGraphQLResponse>;