Sanity Library Reference Docs
Preparing search index...
@sanity/migrate
APIConfig
Interface APIConfig
Internal
API configuration for the migration runner
Hidden
interface
APIConfig
{
apiHost
?:
string
;
apiVersion
:
"vX"
|
`
v
${
number
}
-
${
number
}
-
${
number
}
`
;
dataset
:
string
;
projectId
:
string
;
token
:
string
;
}
Hierarchy (
View Summary
)
APIConfig
ExportAPIConfig
Index
Properties
api
Host?
api
Version
dataset
project
Id
token
Properties
Optional
api
Host
apiHost
?:
string
api
Version
apiVersion
:
"vX"
|
`
v
${
number
}
-
${
number
}
-
${
number
}
`
dataset
dataset
:
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
project
Id
token
Sanity Library Reference Docs
Loading...
API configuration for the migration runner
Hidden