@woocommerce/data
Version:
WooCommerce Admin data store and utilities
18 lines • 1.13 kB
TypeScript
import { ExtensionList, GetJetpackAuthUrlResponse, OnboardingProductTypes, ProfileItems, TaskListType } from './types';
import { Plugin } from '../plugins/types';
export declare function getProfileItems(): Generator<unknown, void, ProfileItems>;
export declare function getEmailPrefill(): Generator<unknown, void, {
email: string;
}>;
export declare function getTaskLists(): Generator<unknown, void, TaskListType[]>;
export declare function getTaskListsByIds(): Generator<any, void, unknown>;
export declare function getTaskList(): Generator<any, void, unknown>;
export declare function getTask(): Generator<any, void, unknown>;
export declare function getPaymentGatewaySuggestions(forceDefaultSuggestions?: boolean): Generator<unknown, void, Plugin[]>;
export declare function getFreeExtensions(): Generator<unknown, void, ExtensionList[]>;
export declare function getProductTypes(): Generator<unknown, void, OnboardingProductTypes>;
export declare function getJetpackAuthUrl(query: {
redirectUrl: string;
from?: string;
}): Generator<unknown, void, GetJetpackAuthUrlResponse>;
//# sourceMappingURL=resolvers.d.ts.map