mwbot-ts - v1.2.7
Preparing search index...
api_types
_CentralUserInfo
Interface _CentralUserInfo
Use
ApiResponseCentralUserInfo
instead.
Deprecated
interface
_CentralUserInfo
{
attachedlocal
?:
{
[
provider
:
string
]:
boolean
}
;
attachedwik
?:
{
[
provider
:
string
]:
boolean
}
;
centralids
?:
{
[
provider
:
string
]:
number
}
;
}
Hierarchy (
View Summary
)
ApiResponseCentralUserInfo
_CentralUserInfo
Index
Properties
attachedlocal?
attachedwik?
centralids?
Properties
Optional
attachedlocal
attachedlocal
?:
{
[
provider
:
string
]:
boolean
}
Optional
attachedwik
attachedwik
?:
{
[
provider
:
string
]:
boolean
}
Optional
centralids
centralids
?:
{
[
provider
:
string
]:
number
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachedlocal
attachedwik
centralids
mwbot-ts - v1.2.7
Loading...
Use ApiResponseCentralUserInfo instead.
Deprecated