UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

5 lines 231 B
import { OperationResult } from "@urql/core"; export declare type QueryResult = OperationResult<any>; export declare type DataGql = any; export declare type ParseFunction = (data: DataGql) => {}; //# sourceMappingURL=types.d.ts.map