UNPKG

296 BTypeScriptView Raw
1import BaseCommand from '../base-command';
2export declare const devPortalClient: (command: BaseCommand) => {
3 request: <DataReturned>(data: {
4 query: string;
5 variables?: any;
6 }) => Promise<import("axios").AxiosResponse<{
7 data?: DataReturned | undefined;
8 }>>;
9};