Sanity Library Reference Docs
Preparing search index...
@sanity/migrate
ExportAPIConfig
Interface ExportAPIConfig
Internal
API configuration for exports
Hidden
interface
ExportAPIConfig
{
apiHost
?:
string
;
apiVersion
:
"vX"
|
`
v
${
number
}
-
${
number
}
-
${
number
}
`
;
dataset
:
string
;
documentTypes
?:
string
[]
;
projectId
:
string
;
token
:
string
;
}
Hierarchy (
View Summary
)
APIConfig
ExportAPIConfig
Index
Properties
api
Host?
api
Version
dataset
document
Types?
project
Id
token
Properties
Optional
api
Host
apiHost
?:
string
api
Version
apiVersion
:
"vX"
|
`
v
${
number
}
-
${
number
}
-
${
number
}
`
dataset
dataset
:
string
Optional
document
Types
documentTypes
?:
string
[]
project
Id
projectId
:
string
token
token
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Host
api
Version
dataset
document
Types
project
Id
token
Sanity Library Reference Docs
Loading...
API configuration for exports
Hidden