@anjir/app-google-search-console
Version:
مدیریت و تحلیل وبسایت در Google Search Console
11 lines (10 loc) • 799 B
TypeScript
export declare const searchAnalytics: import("@anjir/apps-framework").IAction<import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
siteUrl: import("@anjir/apps-framework").DropdownProperty<any, true>;
startDate: import("@anjir/apps-framework").DateTimeProperty<true>;
endDate: import("@anjir/apps-framework").DateTimeProperty<true>;
dimensions: import("@anjir/apps-framework").ArrayProperty<false>;
filters: import("@anjir/apps-framework").ArrayProperty<true> | import("@anjir/apps-framework").ArrayProperty<false>;
aggregationType: import("@anjir/apps-framework").ShortTextProperty<false>;
rowLimit: import("@anjir/apps-framework").NumberProperty<false>;
startRow: import("@anjir/apps-framework").NumberProperty<false>;
}>;