UNPKG
@anjir/app-google-search-console
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
مدیریت و تحلیل وبسایت در Google Search Console
@anjir/app-google-search-console
/
src
/
lib
/
actions
/
list-sitemaps.d.ts
4 lines
(3 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
export
declare
const
listSitemaps
:
import
(
"@anjir/apps-framework"
).
IAction
<
import
(
"@anjir/apps-framework"
).
OAuth2Property
<
import
(
"@anjir/apps-framework"
).
OAuth2Props
>, {
siteUrl
:
import
(
"@anjir/apps-framework"
).
DropdownProperty
<
any
,
true
>; }>;